Skip navigation links

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


Uses of Class
oracle.sql.OPAQUE

Packages that use OPAQUE
oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package oracle.jdbc

 

Uses of OPAQUE in oracle.jdbc

 

Methods in oracle.jdbc that return OPAQUE
 OPAQUE OracleResultSet.getOPAQUE(int columnIndex)
          Oracle extension.
 OPAQUE OracleCallableStatement.getOPAQUE(int parameterIndex)
          Retrieves data into an oracle.sql.OPAQUE object.
 OPAQUE OracleResultSet.getOPAQUE(String columnName)
          Oracle extension.

 

Methods in oracle.jdbc with parameters of type OPAQUE
 void OraclePreparedStatement.setOPAQUE(int parameterIndex, OPAQUE val)
          Binds the designated parameter to a oracle.sql.OPAQUE value.
 void OracleCallableStatement.setOPAQUE(String parameterName, OPAQUE x)
          Sets the designated parameter to an oracle.sql.OPAQUEvalue.
 void OraclePreparedStatement.setOPAQUEAtName(String parameterName, OPAQUE value)
          Sets the designated parameter to an oracle.sql.OPAQUEvalue.

 


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.