December 2002
Intermediate to advanced
928 pages
85h 29m
English
Extends Datum. DatumWithConnection is the parent of subclasses ARRAY, BFILE, BLOB, CLOB, OPAQUE, REF, and STRUCT. New with Oracle9i.
The constructors for this class are:
DatumWithConnection( )
or:
DatumWithConnection(byte[] elements)Static method.
Static method.
Returns OracleConnection. Deprecated since 9.0.0. Use getJavaSqlConnection(), getInternalConnection(), or getOracleConnection( ) instead.
Returns the java.sql.Connection associated with the receiver.
Returns OracleConnection associated with the receiver.
Inherits all methods from oracle.sql.Datum.