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 and Description |
---|---|
ROWID |
OracleCallableStatement.getROWID(int parameterIndex)
Retrieves data into an
oracle.sql.ROWID object. |
ROWID |
OracleResultSet.getROWID(int columnIndex)
Oracle extension.
|
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.
|
ROWID |
OracleResultSet.getROWID(String columnName)
Oracle extension.
|
Modifier and Type | Method and Description |
---|---|
void |
OraclePreparedStatement.setROWID(int parameterIndex, ROWID rowid)
Binds the designated parameter to a
oracle.sql.ROWID value. |
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.ROWID value. |
void |
OracleCallableStatement.setROWID(String parameterName, ROWID x)
Sets the designated parameter to an
oracle.sql.ROWID value. |
void |
OraclePreparedStatement.setROWIDAtName(String parameterName, ROWID value)
Sets the designated parameter to an
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(int columnIndex, ROWID value)
Oracle extension.
|
void |
OracleResultSet.updateROWID(String columnName, ROWID value)
Oracle extension.
|
void |
OracleResultSet.updateROWID(String columnName, ROWID value)
Oracle extension.
|
Modifier and Type | Method and Description |
---|---|
ROWID |
RowChangeDescription.getRowid()
Returns the row id of the row.
|
ROWID |
RowChangeDescription.getRowid()
Returns the row id of the row.
|