Uses of Class
oracle.sql.OPAQUE
Packages that use OPAQUE
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 OPAQUE in oracle.jdbc
Methods in oracle.jdbc that return OPAQUEModifier and TypeMethodDescriptionOracleCallableStatement.getOPAQUE(int parameterIndex) Retrieves data into anoracle.sql.OPAQUEobject.OracleResultSet.getOPAQUE(int columnIndex) Oracle extension.Oracle extension.Methods in oracle.jdbc with parameters of type OPAQUEModifier and TypeMethodDescriptionvoidSets the designated parameter to anoracle.sql.OPAQUEvalue.voidBinds the designated parameter to aoracle.sql.OPAQUEvalue.voidOraclePreparedStatement.setOPAQUEAtName(String parameterName, OPAQUE value) Sets the designated parameter to anoracle.sql.OPAQUEvalue. -
Uses of OPAQUE in oracle.sql
Constructors in oracle.sql with parameters of type OPAQUE