|
Oracle JDBC API Reference 12c Release 1 ("12.1.0.2.0") E17663-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeDescriptor | |
|---|---|
| oracle.jdbc | Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package oracle.jdbc. |
| oracle.sql | A package of classes that represent java SQL types and Oracle specific SQL types. |
| Uses of TypeDescriptor in oracle.jdbc |
|---|
| Methods in oracle.jdbc that return TypeDescriptor | |
|---|---|
TypeDescriptor[] |
OracleConnectionWrapper.getAllTypeDescriptorsInCurrentSchema()
|
TypeDescriptor[] |
OracleConnection.getAllTypeDescriptorsInCurrentSchema()
Obtain all the type descriptors associated with object types or array in the schema of this connection. |
TypeDescriptor[] |
OracleConnectionWrapper.getTypeDescriptorsFromList(String[][] schemaAndTypeNamePairs)
|
TypeDescriptor[] |
OracleConnection.getTypeDescriptorsFromList(String[][] schemaAndTypeNamePairs)
Obtain the type descriptors associated with object types or arrays from an array of scheama and type names. |
TypeDescriptor[] |
OracleConnectionWrapper.getTypeDescriptorsFromListInCurrentSchema(String[] typeNames)
|
TypeDescriptor[] |
OracleConnection.getTypeDescriptorsFromListInCurrentSchema(String[] typeNames)
Obtain the type descriptors associated with object types or array in a schema from an array of type names. |
| Uses of TypeDescriptor in oracle.sql |
|---|
| Subclasses of TypeDescriptor in oracle.sql | |
|---|---|
class |
ArrayDescriptor
Deprecated. Use factory method OracleConnection.createOracleArray to create an instance of java.sql.Array directly. |
class |
OpaqueDescriptor
Deprecated. OPAQUE types cannot be created on the client side. |
class |
StructDescriptor
Deprecated. Use factory method Connection.createStruct to create an instance of java.sql.Struct directly. |
| Methods in oracle.sql that return TypeDescriptor | |
|---|---|
TypeDescriptor |
AttributeDescriptor.getTypeDescriptor()
|
TypeDescriptor |
ANYDATA.getTypeDescriptor()
Returns the type description of this ANYDATA instance. |
| Methods in oracle.sql with parameters of type TypeDescriptor | |
|---|---|
static void |
DatumWithConnection.assertNotNull(TypeDescriptor desc)
|
|
Oracle JDBC API Reference 12c Release 1 ("12.1.0.2.0") E17663-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||