Uses of Interface
java.sql.RowId
Packages that useRowId
Package
Description
Provides the API for accessing and processing data stored in a data source (usually a relational database) using the Java programming language.
Provides the API for server side data source access and processing from the Java programming language.
Standard interfaces and base classes for JDBC
RowSet implementations.Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language.
Uses ofRowId injava.sql
Modifier and TypeMethodDescriptionCallableStatement.getRowId(int parameterIndex) Retrieves the value of the designated JDBCROWIDparameter as ajava.sql.RowIdobject.Retrieves the value of the designated JDBCROWIDparameter as ajava.sql.RowIdobject.ResultSet.getRowId(int columnIndex) Retrieves the value of the designated column in the current row of thisResultSetobject as ajava.sql.RowIdobject in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSetobject as ajava.sql.RowIdobject in the Java programming language.SQLInput.readRowId()Reads an SQLROWIDvalue from the stream and returns it as aRowIdobject in the Java programming language.Modifier and TypeMethodDescriptionvoidSets the designated parameter to the givenjava.sql.RowIdobject.voidSets the designated parameter to the givenjava.sql.RowIdobject.voidResultSet.updateRowId(int columnIndex,RowId x) Updates the designated column with aRowIdvalue.voidResultSet.updateRowId(String columnLabel,RowId x) Updates the designated column with aRowIdvalue.voidSQLOutput.writeRowId(RowId x) Writes an SQLROWIDvalue to the stream.Uses ofRowId injavax.sql
Uses ofRowId injavax.sql.rowset
Methods injavax.sql.rowset with parameters of typeRowIdUses ofRowId injavax.sql.rowset.serial
Methods injavax.sql.rowset.serial that returnRowIdModifier and TypeMethodDescriptionSQLInputImpl.readRowId()Reads an SQLROWIDvalue from the stream and returns it as aRowIdobject in the Java programming language.Methods injavax.sql.rowset.serial with parameters of typeRowIdModifier and TypeMethodDescriptionvoidSQLOutputImpl.writeRowId(RowId x) Writes an SQLROWIDvalue to the stream.