OracleTypeMetaDataOpaqueDescriptorpublic 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, getTypeCodeNamelong getMaxLength()
throws SQLException
SQLExceptionboolean isTrustedLibrary()
throws SQLException
SQLExceptionboolean isModeledInC()
throws SQLException
SQLExceptionboolean hasUnboundedSize()
throws SQLException
SQLExceptionboolean hasFixedSize()
throws SQLException
SQLException
Copyright © 2008, 2017, Oracle. All rights reserved.