| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RowId | |
|---|---|
| java.sql | Provides the API for accessing and processing data stored in a data source (usually a relational database) using the JavaTM programming language. | 
| javax.sql | Provides the API for server side data source access and processing from the JavaTM programming language. | 
| javax.sql.rowset | Standard interfaces and base classes for JDBC RowSetimplementations. | 
| javax.sql.rowset.serial | Provides utility classes to allow serializable mappings between SQL types and data types in the Java programming language. | 
| Uses of RowId in java.sql | 
|---|
| Methods in java.sql that return RowId | |
|---|---|
|  RowId | CallableStatement.getRowId(int parameterIndex)Retrieves the value of the designated JDBC ROWIDparameter as ajava.sql.RowIdobject. | 
|  RowId | ResultSet.getRowId(int columnIndex)Retrieves the value of the designated column in the current row of this ResultSetobject as ajava.sql.RowIdobject in the Java
 programming language. | 
|  RowId | CallableStatement.getRowId(String parameterName)Retrieves the value of the designated JDBC ROWIDparameter as ajava.sql.RowIdobject. | 
|  RowId | ResultSet.getRowId(String columnLabel)Retrieves the value of the designated column in the current row of this ResultSetobject as ajava.sql.RowIdobject in the Java
 programming language. | 
|  RowId | SQLInput.readRowId()Reads an SQL ROWIDvalue from the stream and returns it as aRowIdobject in the Java programming language. | 
| Methods in java.sql with parameters of type RowId | |
|---|---|
|  void | PreparedStatement.setRowId(int parameterIndex,
         RowId x)Sets the designated parameter to the given java.sql.RowIdobject. | 
|  void | CallableStatement.setRowId(String parameterName,
         RowId x)Sets the designated parameter to the given java.sql.RowIdobject. | 
|  void | ResultSet.updateRowId(int columnIndex,
            RowId x)Updates the designated column with a RowIdvalue. | 
|  void | ResultSet.updateRowId(String columnLabel,
            RowId x)Updates the designated column with a RowIdvalue. | 
|  void | SQLOutput.writeRowId(RowId x)Writes an SQL ROWIDvalue to the stream. | 
| Uses of RowId in javax.sql | 
|---|
| Methods in javax.sql with parameters of type RowId | |
|---|---|
|  void | RowSet.setRowId(int parameterIndex,
         RowId x)Sets the designated parameter to the given java.sql.RowIdobject. | 
|  void | RowSet.setRowId(String parameterName,
         RowId x)Sets the designated parameter to the given java.sql.RowIdobject. | 
| Uses of RowId in javax.sql.rowset | 
|---|
| Methods in javax.sql.rowset with parameters of type RowId | |
|---|---|
|  void | BaseRowSet.setRowId(int parameterIndex,
         RowId x)Sets the designated parameter to the given java.sql.RowIdobject. | 
|  void | BaseRowSet.setRowId(String parameterName,
         RowId x)Sets the designated parameter to the given java.sql.RowIdobject. | 
| Uses of RowId in javax.sql.rowset.serial | 
|---|
| Methods in javax.sql.rowset.serial that return RowId | |
|---|---|
|  RowId | SQLInputImpl.readRowId()Reads an SQL ROWIDvalue from the stream and returns it as aRowIdobject in the Java programming language. | 
| Methods in javax.sql.rowset.serial with parameters of type RowId | |
|---|---|
|  void | SQLOutputImpl.writeRowId(RowId x)Writes an SQL ROWIDvalue to the stream. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.