STRUCT
Extends oracle.sql.DatumWithConnection. Implements java.sql.Struct. Parent class of JAVA_STRUCT.
The constructor for this class is:
STRUCT(StructDescriptortype
, java.sql.Connectionconn
, java.lang.Object[]attributes
)
Methods
- getAttributes( )
Returns java.lang.Object[] with attributes.
- getAttributes(java.util.Map map )
Returns java.lang.Object[] with attributes.
- getAutoBuffering( )
Returns a Boolean.
- getConnection( )
Returns OracleConnection.
- getDescriptor( )
Returns StructDescriptor.
- getJavaSqlConnection( )
Returns java.sql.Connection.
- getOracleAttributes( )
Returns Datum[].
- getSQLTypeName( )
Returns java.lang.String with SQL type name of SQL-structured type.
- isConvertibleTo(java.lang.Class jClass )
Returns a Boolean indicating whether datum object can be converted to jClass.
- setAutoBuffering(Boolean enable )
Returns a Boolean.
- toJdbc( )
Returns java.lang.Object.
Inherited methods
The following methods are inherited from oracle.sql.DatumWithConnection:
assertNotNull |
getOracleConnection |
Inherits all methods from oracle.sql.Datum except isConvertibleTo and toJdbc.
Inherits all methods from java.lang.Object except clone, equals, and finalize.
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.