Uses of Class
oracle.sql.ROWID
-
Packages that use ROWID Package Description oracle.jdbc Beginning in Oracle9i, the Oracle extensions to JDBC are captured in the packageoracle.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 Modifier and Type Method Description ROWID
OracleCallableStatement. getROWID(int parameterIndex)
Retrieves data into anoracle.sql.ROWID
object.ROWID
OracleResultSet. getROWID(int columnIndex)
Oracle extension.ROWID
OracleResultSet. getROWID(String columnName)
Oracle extension.Methods in oracle.jdbc with parameters of type ROWID Modifier and Type Method Description void
OracleCallableStatement. setROWID(String parameterName, ROWID x)
Sets the designated parameter to anoracle.sql.ROWID
value.void
OraclePreparedStatement. setROWID(int parameterIndex, ROWID rowid)
Binds the designated parameter to aoracle.sql.ROWID
value.void
OraclePreparedStatement. setROWIDAtName(String parameterName, ROWID value)
Sets the designated parameter to anoracle.sql.ROWID
value.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 Modifier and Type Method Description ROWID
RowChangeDescription. getRowid()
Returns the row id of the row.
-