Method absolute(int row)
Return type: boolean
Member of: java.sql.ResultSet
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 assertTrue(rs.absolute(1));
2 if (rs.absolute(rowIndex + 1)) {
3 _resultSet.absolute(p_position);
4 rs.absolute(selectedItem.index-1);
5 rs.absolute(rowIndex + 1);
6 getResultSet().absolute(skip);
7 _resultSet.absolute(p_position);
8 if (!resultSet.absolute(start)) {
9 boolean isScrollable = resultSet.absolute((int)(totalRecords/2));
10 rs.absolute(pos);
11 resultSet.absolute(startingPoint - 1);
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.