OpaqueDescriptor
Extends oracle.sql.TypeDescriptor. Implements java.io.Serializable. New with Oracle9i.
The constructor for this class is:
OpaqueDescriptor(oracle.sql.SQLNamename, oracle.sql.OracleTypeOPAQUEtype, java.sql.Connectionconnection)
Inherited fields
The following field is inherited from oracle.sql.TypeDescriptor:
| DEBUG_SERIALIZATION |
Methods
- createDescriptor(java.lang.String name , java.sql.Connection conn )
Returns OpaqueDescriptor. Static method.
- descType( )
Returns java.lang.String with description of type.
- getMaxLength( )
Returns LONG with maximun number of bytes this opaque object can hold.
- getTypeCode( )
Returns int with the Opaque type code: OracleTypes.OPAQUE.
- hasFixedSize( )
Returns a Boolean indicating whether the Opaque type has fixed size.
- hasUnboundedSize( )
Returns a Boolean indicating whether the Opaque type has unbounded size.
- isModeledInC( )
Returns a Boolean indicating whether the Opaque type is modeled in the C language.
- isTrustedLibrary( )
Returns a Boolean indicating whether the Trusted Library implementing Support functions is specified for the Opaque type.
Inherited methods
The following methods are inherited from oracle.sql.TypeDescriptor:
| getName |
| getSubtypeName |
| getConnection |
Inherits all methods from java.lang.Object except clone, equals, and finalize.