|
Oracle JDBC API Reference 11g Release 2 ("11.2.0.3.0") |
||||||||
| 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 java.sql.SQLException
java.sql.SQLException
boolean isTrustedLibrary()
throws java.sql.SQLException
java.sql.SQLException
boolean isModeledInC()
throws java.sql.SQLException
java.sql.SQLException
boolean hasUnboundedSize()
throws java.sql.SQLException
java.sql.SQLException
boolean hasFixedSize()
throws java.sql.SQLException
java.sql.SQLException
|
Oracle JDBC API Reference 11g Release 2 ("11.2.0.3.0") |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||