Uses of Interface
oracle.jdbc.OracleData
-
Packages that use OracleData Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc
.oracle.sql A package of classes that represent java SQL types and Oracle specific SQL types. -
-
Uses of OracleData in oracle.jdbc
Methods in oracle.jdbc that return OracleData Modifier and Type Method Description OracleData
OracleDataFactory. create(Object jdbcValue, int sqlType)
Create an OracleData from a jdbc Object -
Uses of OracleData in oracle.sql
Classes in oracle.sql that implement OracleData Modifier and Type Class Description class
ANYDATA
This class is the Java mapping of the SYS.ANYDATA SQL type.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.class
TypeDescriptor
The descriptor of pre-defined types.
-