|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface OracleTypeMetaData.Opaque
This nested interface defines additional methods for opaque types
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface oracle.jdbc.OracleTypeMetaData |
---|
OracleTypeMetaData.Array, OracleTypeMetaData.ArrayStorage, OracleTypeMetaData.Kind, OracleTypeMetaData.Opaque, OracleTypeMetaData.Struct |
Method Summary | |
---|---|
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. |
Methods inherited from interface oracle.jdbc.OracleTypeMetaData |
---|
getKind, getName, getSchemaName, getSQLName, getTypeCode, getTypeCodeName |
Method Detail |
---|
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
|
Oracle®Database JDBC Java API Reference 12c Release 1 (12.1.0.2) E56669-01 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |