Lines Matching refs:rows

127          for(int rows=this.getRow(); rows<=this.size();rows++) {
158 for(int rows=this.getRow(); rows>0;rows--) {
241 * Moves the cursor the specified number of rows from the current
246 * rows toward the end of the rowset, starting at the current row.
248 * <code>crs</code> is a <code>CachedRowSetImpl</code> object with 100 rows,
249 * moves the cursor forward four rows from the current row. If the
258 * the specified number of rows, starting at the current row.
262 * If the <code>CachedRowSetImpl</code> object <code>crs</code> has five rows,
264 * in the case of a rowset with five rows, is also the second row
272 * If the number specified is larger than the number of rows, the cursor
274 * would move the cursor one or more rows before the first row, the cursor
283 * @param rows an <code>int</code> indicating the number of rows to move
287 * rows
293 public boolean relative(int rows) throws SQLException {
303 if( rows > 0 ) {
306 while( i < (rows)) {
317 int j = rows;
328 if(rows != 0)
352 * If the <code>CachedRowSetImpl</code> object <code>crs</code> has five rows,
354 * in the case of a rowset with five rows, is also the second row, counting
362 * If the number specified is larger than the number of rows, the cursor
364 * would move the cursor one or more rows before the first row, the cursor
371 * @param rows a positive number to indicate the row, starting row numbering from
380 public boolean absolute(int rows) throws SQLException {
385 if(rows == 0 || getType() == ResultSet.TYPE_FORWARD_ONLY) {
389 if (rows > 0) {
393 while(i < (rows-1)) {
404 int j = rows;
492 * (2) the cursor is not on one of this rowset's rows or its
532 * one of this rowset's rows or its insert row, or (3) this
559 * (2) the cursor is not on one of this rowset's rows or its
599 * one of this rowset's rows or its insert row, or (3) this
628 * (2) the cursor is not on one of this rowset's rows or its
668 * one of this rowset's rows or its insert row, or (3) this
696 * (2) the cursor is not on one of this rowset's rows or its
736 * one of this rowset's rows or its insert row, or (3) this
764 * (2) the cursor is not on one of this rowset's rows or its
804 * one of this rowset's rows or its insert row, or (3) this
831 * (2) the cursor is not on one of this rowset's rows or its
871 * one of this rowset's rows or its insert row, or (3) this
898 * (2) the cursor is not on one of this rowset's rows or its
938 * one of this rowset's rows or its insert row, or (3) this
965 * (2) the cursor is not on one of this rowset's rows or its
1005 * one of this rowset's rows or its insert row, or (3) this
1035 * (2) the cursor is not on one of this rowset's rows or its
1075 * one of this rowset's rows or its insert row, or (3) this
1102 * (2) the cursor is not on one of this rowset's rows or its
1151 * one of this rowset's rows or its insert row, or (3) this
1178 * (2) the cursor is not on one of this rowset's rows or its
1219 * one of this rowset's rows or its insert row, (3) the type
1248 * (2) the cursor is not on one of this rowset's rows or its
1289 * one of this rowset's rows or its insert row, (3) the type
1318 * (2) the cursor is not on one of this rowset's rows or its
1359 * the cursor is not on one of this rowset's rows or its
1363 * one of this rowset's rows or its insert row, (3) the type
1458 * (2) the cursor is not on one of this rowset's rows or its
1503 * one of this rowset's rows or its insert row, (3) the data
1533 * (2) the cursor is not on one of this rowset's rows or its
1576 * one of this rowset's rows or its insert row, (3) the data
1604 * (2) the cursor is not on one of this rowset's rows or its
1644 * one of this rowset's rows or its insert row, or (3) this
1676 * (2) the cursor is not on one of this rowset's rows or its
1721 * one of this rowset's rows or its insert row, or (3) this