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 OPAQUEOracleCallableStatement. getOPAQUE(int parameterIndex)Retrieves data into anoracle.sql.OPAQUEobject.OPAQUEOracleResultSet. getOPAQUE(int columnIndex)Oracle extension.OPAQUEOracleResultSet. getOPAQUE(java.lang.String columnName)Oracle extension.Methods in oracle.jdbc with parameters of type OPAQUE Modifier and Type Method Description voidOracleCallableStatement. setOPAQUE(java.lang.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(java.lang.String parameterName, OPAQUE value)Sets the designated parameter to anoracle.sql.OPAQUEvalue. -
Uses of OPAQUE in oracle.sql
Constructors in oracle.sql with parameters of type OPAQUE Constructor Description ANYDATA(OPAQUE datum)
-