Package | Description |
---|---|
oracle.jdbc |
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc . |
oracle.jdbc.dcn |
This package is an Oracle JDBC extension that provides interfaces to access the Database Change Notification feature of Oracle.
|
Modifier and Type | Method | Description |
---|---|---|
ROWID |
OracleCallableStatement.getROWID(int parameterIndex) |
Retrieves data into an
oracle.sql.ROWID object. |
ROWID |
OracleResultSet.getROWID(int columnIndex) |
Oracle extension.
|
ROWID |
OracleResultSet.getROWID(String columnName) |
Oracle extension.
|
Modifier and Type | Method | Description |
---|---|---|
void |
OracleCallableStatement.setROWID(String parameterName,
ROWID x) |
Sets the designated parameter to an
oracle.sql.ROWID value. |
void |
OraclePreparedStatement.setROWID(int parameterIndex,
ROWID rowid) |
Binds the designated parameter to a
oracle.sql.ROWID value. |
void |
OraclePreparedStatement.setROWIDAtName(String parameterName,
ROWID value) |
Sets the designated parameter to an
oracle.sql.ROWID value. |
void |
OracleResultSet.updateROWID(int columnIndex,
ROWID value) |
Oracle extension.
|
void |
OracleResultSet.updateROWID(String columnName,
ROWID value) |
Oracle extension.
|
Modifier and Type | Method | Description |
---|---|---|
ROWID |
RowChangeDescription.getRowid() |
Returns the row id of the row.
|
Copyright © 2008, 2019, Oracle and/or its affiliates. All rights reserved.