Uses of Class
oracle.sql.OPAQUE
-
Packages that use OPAQUE Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.jdbc. -
- <section role="region">
Uses of OPAQUE in oracle.jdbc
Methods in oracle.jdbc that return OPAQUE Modifier and Type Method Description OPAQUEOracleCallableStatement. getOPAQUE(int parameterIndex)Retrieves data into anoracle.sql.OPAQUEobject.OPAQUEOracleResultSet. getOPAQUE(int columnIndex)Oracle extension.OPAQUEOracleResultSet. getOPAQUE(String columnName)Oracle extension.
</section>Methods in oracle.jdbc with parameters of type OPAQUE Modifier and Type Method Description voidOracleCallableStatement. setOPAQUE(String parameterName, OPAQUE x)Sets the designated parameter to anoracle.sql.OPAQUEvalue.voidOraclePreparedStatement. setOPAQUE(int parameterIndex, OPAQUE val)Binds the designated parameter to aoracle.sql.OPAQUEvalue.voidOraclePreparedStatement. setOPAQUEAtName(String parameterName, OPAQUE value)Sets the designated parameter to anoracle.sql.OPAQUEvalue.
- <section role="region">