|
Oracle10g JDBC | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.sql.TypeDescriptor
oracle.sql.OpaqueDescriptor
Field Summary | |
static java.lang.String |
BUILD_DATE
|
static boolean |
PRIVATE_TRACE
|
static boolean |
TRACE
|
Fields inherited from class oracle.sql.TypeDescriptor |
DEBUG_SERIALIZATION |
Method Summary | |
static OpaqueDescriptor |
createDescriptor(java.lang.String name,
java.sql.Connection conn)
Descriptor factory. |
java.lang.String |
descType()
Describe this 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 |
getName, getSubtypeName, setConnection |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final boolean TRACE
public static final boolean PRIVATE_TRACE
public static final java.lang.String BUILD_DATE
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)
java.sql.SQLException
public int getTypeCode()
public long getMaxLength() throws java.sql.SQLException
java.sql.SQLException
public boolean isTrustedLibrary() throws java.sql.SQLException
java.sql.SQLException
public boolean isModeledInC() throws java.sql.SQLException
java.sql.SQLException
public boolean hasUnboundedSize() throws java.sql.SQLException
java.sql.SQLException
public boolean hasFixedSize() throws java.sql.SQLException
java.sql.SQLException
public java.lang.String descType() throws java.sql.SQLException
java.sql.SQLException
|
Oracle10g JDBC | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |