Skip navigation links

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


Uses of Interface
oracle.sql.ORAData

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

 

Methods in oracle.jdbc that return ORAData
 ORAData OracleResultSet.getORAData(int columnIndex, ORADataFactory factory)
          Oracle extension.
 ORAData OracleResultSet.getORAData(String columnName, ORADataFactory factory)
          Oracle extension.

 

Methods in oracle.jdbc with parameters of type ORAData
 void OraclePreparedStatement.setORAData(int parameterIndex, ORAData x)
          Binds the designated parameter to a oracle.sql.ORAData value.
 void OracleCallableStatement.setORAData(String parameterName, ORAData x)
          Sets the designated parameter to an oracle.sql.ORADatavalue.
 void OraclePreparedStatement.setORADataAtName(String parameterName, ORAData value)
          Sets the designated parameter to an oracle.sql.ORADatavalue.
 void OracleResultSet.updateORAData(int columnIndex, ORAData value)
          Oracle extension.
 void OracleResultSet.updateORAData(String columnName, ORAData value)
          Oracle extension.

 

Uses of ORAData in oracle.sql

 

Classes in oracle.sql that implement ORAData
 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.

 

Methods in oracle.sql that return ORAData
 ORAData ORADataFactory.create(Datum d, int sqlType)
          Create an ORAData from a oracle.sql.Datum

 


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.