Uses of Class
oracle.sql.TypeDescriptor
Packages that use TypeDescriptor
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.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 TypeDescriptorModifier and TypeMethodDescriptionOracleConnection.getAllTypeDescriptorsInCurrentSchema()Obtain all the type descriptors associated with object types or array in the schema of this connection.OracleConnectionWrapper.getAllTypeDescriptorsInCurrentSchema()OracleConnection.getTypeDescriptorsFromList(String[][] schemaAndTypeNamePairs) Obtain the type descriptors associated with object types or arrays from an array of scheama and type names.OracleConnectionWrapper.getTypeDescriptorsFromList(String[][] schemaAndTypeNamePairs) OracleConnection.getTypeDescriptorsFromListInCurrentSchema(String[] typeNames) Obtain the type descriptors associated with object types or array in a schema from an array of type names.OracleConnectionWrapper.getTypeDescriptorsFromListInCurrentSchema(String[] typeNames) -
Uses of TypeDescriptor in oracle.sql
Subclasses of TypeDescriptor in oracle.sqlModifier and TypeClassDescriptionclassDeprecated.Use factory method OracleConnection.createOracleArray to create an instance of java.sql.Array directly.classDeprecated.OPAQUE types cannot be created on the client side.classDeprecated.Use factory method Connection.createStruct to create an instance of java.sql.Struct directly.Methods in oracle.sql that return TypeDescriptorModifier and TypeMethodDescriptionANYDATA.getTypeDescriptor()Returns the type description of this ANYDATA instance.AttributeDescriptor.getTypeDescriptor()static TypeDescriptorTypeDescriptor.getTypeDescriptor(String qualifiedName, OracleConnection conn, byte[] image, long offset) Obtain the type descriptor associated with the specified type name.Methods in oracle.sql with parameters of type TypeDescriptorModifier and TypeMethodDescriptionstatic voidDatumWithConnection.assertNotNull(TypeDescriptor desc)