Uses of Interface
oracle.sql.ORAData
Packages that use ORAData
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 ORAData in oracle.jdbc
Methods in oracle.jdbc that return ORADataModifier and TypeMethodDescriptionOracleResultSet.getORAData(int columnIndex, ORADataFactory factory) Oracle extension.OracleResultSet.getORAData(String columnName, ORADataFactory factory) Oracle extension.Methods in oracle.jdbc with parameters of type ORADataModifier and TypeMethodDescriptionvoidOracleCallableStatement.setORAData(String parameterName, ORAData x) Sets the designated parameter to anoracle.sql.ORADatavalue.voidOraclePreparedStatement.setORAData(int parameterIndex, ORAData x) Binds the designated parameter to aoracle.sql.ORADatavalue.voidOraclePreparedStatement.setORADataAtName(String parameterName, ORAData value) Sets the designated parameter to anoracle.sql.ORADatavalue.voidOracleResultSet.updateORAData(int columnIndex, ORAData value) Oracle extension.voidOracleResultSet.updateORAData(String columnName, ORAData value) Oracle extension. -
Uses of ORAData in oracle.sql
Classes in oracle.sql that implement ORADataModifier and TypeClassDescriptionclassThis class is the Java mapping of the SYS.ANYDATA SQL type.classDeprecated.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.classThe descriptor of pre-defined types.Methods in oracle.sql that return ORAData