org.quartz.impl.jdbcjobstore.oracle.OracleDelegate <p> This is a driver delegate for the Oracle JDBC driver. To use this delegate, <code>jdbcDriverVendor</code> should be configured as 'Oracle' with any <code>jdbcDriverVersion</code>. </p> @see org.quartz.impl.jdbcjobstore.WebLogicDelegate @see org.quartz.impl. ...
org.springframework.jdbc.support.lob.OracleLobHandler LobHandler implementation for Oracle databases. Uses proprietary API to create oracle.sql.BLOB and oracle.sql.CLOB instances, as necessary when working with Oracle's JDBC driver. Developed and tested on Oracle 9i. <p>While most databases are able to work with DefaultLobHandler, Oracle just ...
testsuite.regression.BlobRegressionTest Tests fixes for BLOB handling. @author Mark Matthews @version $Id: BlobRegressionTest.java,v 1.1.2.19 2005/03/09 18:16:16 mmatthews Exp $
org.objectweb.rmijdbc.RJBlobServer The representation (mapping) in the JavaTM programming language of an SQL BLOB. An SQL BLOB is a built-in type that stores a Binary Large Object as a column value in a row of a database table. The driver implements Blob using an SQL locator(BLOB), which means that a Blob object contains a logical ...
org.jboss.resource.adapter.jdbc.WrappedPreparedStatement A wrapper for a prepared statement. @author <a HREF="mailto:d_jencks@users.sourceforge.net">David Jencks</a> @author <a HREF="mailto:adrian@jboss.com">Adrian Brock</a> @version $Revision: 1.4 $