Skip navigation links

Oracle®Database JDBC Java API Reference
12c Release 1 (12.1.0.2)
E56669-01


Uses of Interface
oracle.jdbc.OracleData

Packages that use OracleData
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 OracleData in oracle.jdbc

 

Methods in oracle.jdbc that return OracleData
 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
 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.

 


Skip navigation links

Oracle®Database JDBC Java API Reference
12c Release 1 (12.1.0.2)
E56669-01


Copyright © 2008, 2014, Oracle and/or its affiliates. All rights reserved.