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
. -
-
Uses of OPAQUE in oracle.jdbc
Methods in oracle.jdbc that return OPAQUE Modifier and Type Method Description OPAQUE
OracleCallableStatement. getOPAQUE(int parameterIndex)
Retrieves data into anoracle.sql.OPAQUE
object.OPAQUE
OracleResultSet. getOPAQUE(int columnIndex)
Oracle extension.OPAQUE
OracleResultSet. getOPAQUE(String columnName)
Oracle extension.Methods in oracle.jdbc with parameters of type OPAQUE Modifier and Type Method Description void
OracleCallableStatement. setOPAQUE(String parameterName, OPAQUE x)
Sets the designated parameter to anoracle.sql.OPAQUE
value.void
OraclePreparedStatement. setOPAQUE(int parameterIndex, OPAQUE val)
Binds the designated parameter to aoracle.sql.OPAQUE
value.void
OraclePreparedStatement. setOPAQUEAtName(String parameterName, OPAQUE value)
Sets the designated parameter to anoracle.sql.OPAQUE
value.
-