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. -
- <section role="region">
Uses of OracleData in oracle.jdbc
</section>Methods in oracle.jdbc that return OracleData Modifier and Type Method Description OracleDataOracleDataFactory. create(Object jdbcValue, int sqlType)Create an OracleData from a jdbc Object - <section role="region">
Uses of OracleData in oracle.sql
</section>Classes in oracle.sql that implement OracleData Modifier and Type Class Description classANYDATAThis class is the Java mapping of the SYS.ANYDATA SQL type.classArrayDescriptorDeprecated.Use factory method OracleConnection.createOracleArray to create an instance of java.sql.Array directly.classOpaqueDescriptorDeprecated.OPAQUE types cannot be created on the client side.classStructDescriptorDeprecated.Use factory method Connection.createStruct to create an instance of java.sql.Struct directly.classTypeDescriptorThe descriptor of pre-defined types.
- <section role="region">