Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the package
oracle.jdbc . |
Modifier and Type | Method and Description |
---|---|
OPAQUE |
OracleCallableStatement.getOPAQUE(int parameterIndex)
Retrieves data into an
oracle.sql.OPAQUE object. |
OPAQUE |
OracleResultSet.getOPAQUE(int columnIndex)
Oracle extension.
|
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.
|
OPAQUE |
OracleResultSet.getOPAQUE(String columnName)
Oracle extension.
|
Modifier and Type | Method and Description |
---|---|
void |
OraclePreparedStatement.setOPAQUE(int parameterIndex, OPAQUE val)
Binds the designated parameter to a
oracle.sql.OPAQUE value. |
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.OPAQUE value. |
void |
OracleCallableStatement.setOPAQUE(String parameterName, OPAQUE x)
Sets the designated parameter to an
oracle.sql.OPAQUE value. |
void |
OraclePreparedStatement.setOPAQUEAtName(String parameterName, OPAQUE value)
Sets the designated parameter to an
oracle.sql.OPAQUE value. |
void |
OraclePreparedStatement.setOPAQUEAtName(String parameterName, OPAQUE value)
Sets the designated parameter to an
oracle.sql.OPAQUE value. |