Uses of Interface
java.sql.RowId
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 of RowId in java.sql
Modifier and TypeMethodDescriptionCallableStatement.getRowId
(int parameterIndex) Retrieves the value of the designated JDBCROWID
parameter as ajava.sql.RowId
object.Retrieves the value of the designated JDBCROWID
parameter as ajava.sql.RowId
object.ResultSet.getRowId
(int columnIndex) Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.RowId
object in the Java programming language.Retrieves the value of the designated column in the current row of thisResultSet
object as ajava.sql.RowId
object in the Java programming language.SQLInput.readRowId()
Reads an SQLROWID
value from the stream and returns it as aRowId
object in the Java programming language.Modifier and TypeMethodDescriptionvoid
Sets the designated parameter to the givenjava.sql.RowId
object.void
Sets the designated parameter to the givenjava.sql.RowId
object.void
ResultSet.updateRowId
(int columnIndex, RowId x) Updates the designated column with aRowId
value.void
ResultSet.updateRowId
(String columnLabel, RowId x) Updates the designated column with aRowId
value.void
SQLOutput.writeRowId
(RowId x) Writes an SQLROWID
value to the stream. -
Uses of RowId in javax.sql
-
Uses of RowId in javax.sql.rowset
-
Uses of RowId in javax.sql.rowset.serial
Modifier and TypeMethodDescriptionSQLInputImpl.readRowId()
Reads an SQLROWID
value from the stream and returns it as aRowId
object in the Java programming language.Modifier and TypeMethodDescriptionvoid
SQLOutputImpl.writeRowId
(RowId x) Writes an SQLROWID
value to the stream.