|
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 |
java.lang.Object oracle.sql.TypeDescriptor oracle.sql.OpaqueDescriptor
public class OpaqueDescriptor
Type descriptor of Opaque data type.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface oracle.jdbc.OracleTypeMetaData |
---|
OracleTypeMetaData.Array, OracleTypeMetaData.ArrayStorage, OracleTypeMetaData.Kind, OracleTypeMetaData.Opaque, OracleTypeMetaData.Struct |
Field Summary | |
---|---|
static java.lang.String |
BUILD_DATE
|
static boolean |
TRACE
|
Method Summary | |
---|---|
static OpaqueDescriptor |
createDescriptor(oracle.sql.SQLName sqlName,
java.sql.Connection conn)
Descriptor factory. |
static OpaqueDescriptor |
createDescriptor(java.lang.String name,
java.sql.Connection conn)
Descriptor factory. |
java.lang.String |
descType()
Describe this type. |
OracleTypeMetaData.Kind |
getKind()
Return the kind of type. |
long |
getMaxLength()
Return the maximun number of bytes this opaque object can hold. |
int |
getTypeCode()
Return the Opaque type code: OracleTypes.OPAQUE. |
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 class oracle.sql.TypeDescriptor |
---|
getInternalTypeCode, getName, getPrecision, getScale, getSubtypeName, getTypeCodeName, initMetadataRecursively, initNamesRecursively, isTransient, printXML, printXML, setConnection, setPrecision, setScale, toDatum, toJDBCObject, toXMLString, toXMLString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface oracle.jdbc.OracleTypeMetaData |
---|
getName, getSchemaName, getSQLName, getTypeCodeName |
Field Detail |
---|
public static final java.lang.String BUILD_DATE
public static final boolean TRACE
Method Detail |
---|
public static OpaqueDescriptor createDescriptor(java.lang.String name, java.sql.Connection conn) throws java.sql.SQLException
name
- a String naming the type. (Not necessarily fully qualified)conn
- a Connection to a database
java.sql.SQLException
public static OpaqueDescriptor createDescriptor(oracle.sql.SQLName sqlName, java.sql.Connection conn) throws java.sql.SQLException
name
- a SQLNameconnection
- a Connection to a database
java.sql.SQLException
public OracleTypeMetaData.Kind getKind()
OracleTypeMetaData
getKind
in interface OracleTypeMetaData
getKind
in class TypeDescriptor
public int getTypeCode() throws java.sql.SQLException
getTypeCode
in interface OracleTypeMetaData
getTypeCode
in class TypeDescriptor
java.sql.SQLException
public long getMaxLength() throws java.sql.SQLException
getMaxLength
in interface OracleTypeMetaData.Opaque
java.sql.SQLException
public boolean isTrustedLibrary() throws java.sql.SQLException
isTrustedLibrary
in interface OracleTypeMetaData.Opaque
java.sql.SQLException
public boolean isModeledInC() throws java.sql.SQLException
isModeledInC
in interface OracleTypeMetaData.Opaque
java.sql.SQLException
public boolean hasUnboundedSize() throws java.sql.SQLException
hasUnboundedSize
in interface OracleTypeMetaData.Opaque
java.sql.SQLException
public boolean hasFixedSize() throws java.sql.SQLException
hasFixedSize
in interface OracleTypeMetaData.Opaque
java.sql.SQLException
public java.lang.String descType() 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 |