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
.oracle.sql 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 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(java.lang.String columnName)
Oracle extension.Methods in oracle.jdbc with parameters of type OPAQUE Modifier and Type Method Description void
OracleCallableStatement. setOPAQUE(java.lang.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(java.lang.String parameterName, OPAQUE value)
Sets the designated parameter to anoracle.sql.OPAQUE
value. -
Uses of OPAQUE in oracle.sql
Constructors in oracle.sql with parameters of type OPAQUE Constructor Description ANYDATA(OPAQUE datum)
-