|
Oracle JDBC API Reference 12c Release 1 ("12.1.0.2.0") E17663-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ROWID | |
|---|---|
| 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. |
| Uses of ROWID in oracle.jdbc |
|---|
| Methods in oracle.jdbc that return ROWID | |
|---|---|
ROWID |
OracleResultSet.getROWID(int columnIndex)
Oracle extension. |
ROWID |
OracleCallableStatement.getROWID(int parameterIndex)
Retrieves data into an oracle.sql.ROWID object. |
ROWID |
OracleResultSet.getROWID(String columnName)
Oracle extension. |
| Methods in oracle.jdbc with parameters of type ROWID | |
|---|---|
void |
OraclePreparedStatement.setROWID(int parameterIndex,
ROWID rowid)
Binds the designated parameter to a oracle.sql.ROWID value. |
void |
OracleCallableStatement.setROWID(String parameterName,
ROWID x)
Sets the designated parameter to an oracle.sql.ROWIDvalue. |
void |
OraclePreparedStatement.setROWIDAtName(String parameterName,
ROWID value)
Sets the designated parameter to an oracle.sql.ROWIDvalue. |
void |
OracleResultSet.updateROWID(int columnIndex,
ROWID value)
Oracle extension. |
void |
OracleResultSet.updateROWID(String columnName,
ROWID value)
Oracle extension. |
| Uses of ROWID in oracle.jdbc.dcn |
|---|
| Methods in oracle.jdbc.dcn that return ROWID | |
|---|---|
ROWID |
RowChangeDescription.getRowid()
Returns the row id of the row. |
|
Oracle JDBC API Reference 12c Release 1 ("12.1.0.2.0") E17663-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||