OracleTypeMetaData
OpaqueDescriptor
public static interface OracleTypeMetaData.Opaque extends OracleTypeMetaData
OracleTypeMetaData.Array, OracleTypeMetaData.ArrayStorage, OracleTypeMetaData.Kind, OracleTypeMetaData.Opaque, OracleTypeMetaData.Struct
Modifier and Type | Method | Description |
---|---|---|
long |
getMaxLength() |
Return the maximun number of bytes this opaque object can hold.
|
boolean |
hasFixedSize() |
Indicates whether the Opaque type has fixed size.
|
boolean |
hasUnboundedSize() |
Indicates whether the Opaque type has unbounded size ().
|
boolean |
isModeledInC() |
Indicates whether the Opaque type is modelled in C language.
|
boolean |
isTrustedLibrary() |
Indicates whether the Trusted Library implementing Support functions are specified for the Opaque type.
|
getKind, getName, getSchemaName, getSQLName, getTypeCode, getTypeCodeName
long getMaxLength() throws SQLException
SQLException
boolean isTrustedLibrary() throws SQLException
SQLException
boolean isModeledInC() throws SQLException
SQLException
boolean hasUnboundedSize() throws SQLException
SQLException
boolean hasFixedSize() throws SQLException
SQLException