Uses of Class
oracle.sql.ROWID
Packages that use ROWID
Package
Description
Beginning in Oracle9i, the Oracle extensions to JDBC are captured
in the package
oracle.jdbc.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 ROWIDModifier and TypeMethodDescriptionOracleCallableStatement.getROWID(int parameterIndex) Retrieves data into anoracle.sql.ROWIDobject.OracleResultSet.getROWID(int columnIndex) Oracle extension.Oracle extension.Methods in oracle.jdbc with parameters of type ROWIDModifier and TypeMethodDescriptionvoidSets the designated parameter to anoracle.sql.ROWIDvalue.voidBinds the designated parameter to aoracle.sql.ROWIDvalue.voidOraclePreparedStatement.setROWIDAtName(String parameterName, ROWID value) Sets the designated parameter to anoracle.sql.ROWIDvalue.voidOracleResultSet.updateROWID(int columnIndex, ROWID value) Oracle extension.voidOracleResultSet.updateROWID(String columnName, ROWID value) Oracle extension. -
Uses of ROWID in oracle.jdbc.dcn
Methods in oracle.jdbc.dcn that return ROWID