REF
Extends DatumWithConnection with Oracle9i, Datum in Oracle8i. Implements java.sql.Ref, java.io.Serializable, and java.lang.Cloneable in Oracle9i, oracle.jdbc2.Ref in Oracle8i.
Methods
- clone()
Returns java.lang.Object. New with Oracle9i.
- equals(java.lang.Object obj )
Returns Boolean. New with Oracle9i.
- getBaseTypeName()
Returns java.lang.String.
- getConnection()
Returns OracleConnection.
- getDescriptor()
Returns StructDescriptor.
- getJavaSqlConnection()
Returns java.sql.Connection. New with Oracle9i.
- getObject()
Returns java.lang.Object referenced by this Ref object. JDBC 3.0. New with Oracle9i.
- getObject(java.util.Map map )
Returns java.lang.Object. New with Oracle9i.
- getSQLTypeName()
Returns java.lang.String. New with Oracle9i.
- getSTRUCT()
Returns STRUCT.
- getValue()
Returns java.lang.Object.
- getValue(java.util.Map map )
Returns java.lang.Object.
- hashCode()
Returns int. New with Oracle9i.
- isConvertibleTo(java.lang.Class jClass )
Returns Boolean indicating whether this data object can be converted to jClass.
- setObject(java.lang.Object value )
Sets structured type value to the given instance of object. JDBC 3.0. New with Oracle9i.
- setValue(java.lang.Object value )
Sets value.
- toJdbc()
Returns java.lang.Object converted from this data object into its default Java object type.
Inherited methods
The following methods are inherited from DatumWithConnection in Oracle9i:
assertNotNull |
assertNotNull |
getOracleConnection |
Inherits all methods from oracle.sql.Datum except isConvertibleTo and toJdbc. ...
Get Oracle in a Nutshell now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.