Oracle JDBC API Reference
12c Release 1 ("12.1.0.2.0")
E17663-03

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.
 


Oracle JDBC API Reference
12c Release 1 ("12.1.0.2.0")
E17663-03

Copyright © 2008, 2013, Oracle. All rights reserved.