Lines Matching defs:rows

130      * object not counting rows that have been deleted, if any.
133 * that started with five rows and subsequently had the second and third
134 * rows deleted. The <code>absolutePos</code> would be <code>3</code>,
141 * The number of deleted rows currently in this <code>CachedRowSetImpl</code>
148 * The total number of rows currently in this <code>CachedRowSetImpl</code>
222 * up of rows for populating a CachedRowSet object was left off.
228 * up of rows for populating a CachedRowSet object was left off.
250 * The integer value indicating number of rows that have been processed so far.
276 * The integer value indicating the total number of rows to be processed in the
322 * the capacity to hold 100 rows. This new object has no metadata
653 rowsetWarning.setNextWarning(new RowSetWarning("Populating rows "
849 * In that case, when deleted rows are not shown, which is usually true,
999 * Note: This method can be ignored if deleted rows are not being shown,
1095 * with it. This allows cursors to interate over a shared set of rows, providing
1217 // Store the number of rows of "this"
1225 // reset this object back to number of rows.
1450 * <code>false</code> if there are no more rows
1479 * If this rowset shows deleted rows and the cursor moves to a row
1589 * rows in this rowset
1685 * (2) the cursor is not on one of this rowset's rows or its
1723 * (2) the cursor is not on one of this rowset's rows or its
1775 * (2) the cursor is not on one of this rowset's rows or its
1818 * (2) the cursor is not on one of this rowset's rows or its
1862 * (2) the cursor is not on one of this rowset's rows or its
1905 * (2) the cursor is not on one of this rowset's rows or its
1948 * (2) the cursor is not on one of this rowset's rows or its
1991 * (2) the cursor is not on one of this rowset's rows or its
2083 * (2) the cursor is not on one of this rowset's rows or its
2321 * (2) the cursor is not on one of this rowset's rows or its
2428 * (2) the cursor is not on one of this rowset's rows or its
2474 * this rowset's rows or its insert row, or (3) the designated
2495 * this rowset's rows or its insert row, or (3) the designated
2513 * this rowset's rows or its insert row, or (3) the designated
2533 * this rowset's rows or its insert row, or (3) the designated
2554 * (2) the cursor is not on one of this rowset's rows or its
2575 * this rowset's rows or its insert row, or (3) the designated
2596 * this rowset's rows or its insert row, or (3) the designated
2618 * this rowset's rows or its insert row, or (3) the designated
2640 * this rowset's rows or its insert row, or (3) the designated
2664 * this rowset's rows or its insert row, or (3) the designated
2684 * this rowset's rows or its insert row, or (3) the designated
2702 * this rowset's rows or its insert row
2718 * this rowset's rows or its insert row
2746 * (2) the cursor is not on one of this rowset's rows or its
2777 * this rowset's rows or its insert row
2805 * (2) the cursor is not on one of this rowset's rows or its
3061 * (2) the cursor is not on one of this rowset's rows or its
3112 * this rowset's rows or its insert row, or (3) the designated
3132 * (2) the cursor is not on one of this rowset's rows or its
3175 * this rowset's rows or its insert row, or (3) the designated
3192 * Returns the number of rows in this <code>CachedRowSetImpl</code> object.
3194 * @return number of rows in the rowset
3205 * <code>false</code> otherwise or if the rowset contains no rows
3221 * <code>false</code> otherwise or if the rowset contains no rows
3237 * <code>false</code> otherwise or if the rowset contains no rows
3263 * <code>false</code> otherwise or if this rowset contains no rows
3286 * this rowset contains no rows.
3303 * this rowset contains no rows.
3321 * <code>false</code> otherwise or if there are no rows in this
3380 * <code>false</code> otherwise or if there are no rows in this
3402 * when rows have been deleted and the deletions are not visible.
3442 // are we on a valid row? Valid rows are between first and last
3474 * If the <code>CachedRowSetImpl</code> object <code>crs</code> has five rows,
3476 * in the case of a rowset with five rows, is also the second row, counting
3484 * If the number specified is larger than the number of rows, the cursor
3486 * would move the cursor one or more rows before the first row, the cursor
3549 * Moves the cursor the specified number of rows from the current
3554 * rows toward the end of the rowset, starting at the current row.
3556 * <code>crs</code> is a <code>CachedRowSetImpl</code> object with 100 rows,
3557 * moves the cursor forward four rows from the current row. If the
3566 * the specified number of rows, starting at the current row.
3570 * If the <code>CachedRowSetImpl</code> object <code>crs</code> has five rows,
3572 * in the case of a rowset with five rows, is also the second row
3580 * If the number specified is larger than the number of rows, the cursor
3582 * would move the cursor one or more rows before the first row, the cursor
3591 * @param rows an <code>int</code> indicating the number of rows to move
3595 * rows
3599 * @throws SQLException if there are no rows in this rowset, the cursor is
3603 public boolean relative(int rows) throws SQLException {
3609 if (rows == 0) {
3613 if (rows > 0) { // we are moving forward
3614 if (cursorPos + rows > numRows) {
3618 for (int i=0; i < rows; i++) {
3624 if (cursorPos + rows < 0) {
3628 for (int i=rows; i < 0; i++) {
3659 * returns <code>false</code>, meaning that there are no more rows.
3706 * object, skipping past deleted rows that are not visible; returns
3737 * over multiple rows, the absolute postion moves one one row
4211 * (2) the cursor is not on one of this rowset's rows or its
4245 * (2) the cursor is not on one of this rowset's rows or its
4280 * (2) the cursor is not on one of this rowset's rows or its
4316 * (2) the cursor is not on one of this rowset's rows or its
4352 * (2) the cursor is not on one of this rowset's rows or its
4387 * (2) the cursor is not on one of this rowset's rows or its
4424 * (2) the cursor is not on one of this rowset's rows or its
4460 * (2) the cursor is not on one of this rowset's rows or its
4495 * (2) the cursor is not on one of this rowset's rows or its
4534 * (2) the cursor is not on one of this rowset's rows or its
4566 * (2) the cursor is not on one of this rowset's rows or its
4602 * (2) the cursor is not on one of this rowset's rows or its
4639 * (2) the cursor is not on one of this rowset's rows or its
4676 * (2) the cursor is not on one of this rowset's rows or its
4766 * (2) the cursor is not on one of this rowset's rows or its
4816 * (2) the cursor is not on one of this rowset's rows or its
4871 * (2) the cursor is not on one of this rowset's rows or its
4907 * (2) the cursor is not on one of this rowset's rows or its
4937 * one of this rowset's rows or its insert row, or (3) this
4963 * one of this rowset's rows or its insert row, or (3) this
4989 * one of this rowset's rows or its insert row, or (3) this
5015 * one of this rowset's rows or its insert row, or (3) this
5041 * one of this rowset's rows or its insert row, or (3) this
5067 * one of this rowset's rows or its insert row, or (3) this
5093 * one of this rowset's rows or its insert row, or (3) this
5119 * one of this rowset's rows or its insert row, or (3) this
5145 * one of this rowset's rows or its insert row, or (3) this
5171 * one of this rowset's rows or its insert row, or (3) this
5197 * one of this rowset's rows or its insert row, or (3) this
5223 * one of this rowset's rows or its insert row, (3) the type
5251 * one of this rowset's rows or its insert row, (3) the type
5278 * the cursor is not on one of this rowset's rows or its
5282 * one of this rowset's rows or its insert row, (3) the type
5338 * one of this rowset's rows or its insert row, (3) the data
5369 * one of this rowset's rows or its insert row, (3) the data
5403 * one of this rowset's rows or its insert row, or (3) this
5429 * one of this rowset's rows or its insert row, or (3) this
5474 * If we are afterlast then the rows are
5686 * the cursor is not on one of this rowset's rows or its
5747 * (2) the cursor is not on one of this rowset's rows or its
5786 * (2) the cursor is not on one of this rowset's rows or its
5826 * (2) the cursor is not on one of this rowset's rows or its
5867 * (2) the cursor is not on one of this rowset's rows or its
5911 * this rowset's rows or its insert row
5929 * this rowset's rows or its insert row, or (3) the column value
5947 * this rowset's rows or its insert row, or (3) the designated
5966 * this rowset's rows or its insert row, or (3) the designated
5985 * this rowset's rows or its insert row, or (3) the designated
6008 * this rowset's rows or its insert row, or (3) the designated
6068 * this rowset's rows or its insert row, or (3) the designated
6091 * this rowset's rows or its insert row, or (3) the designated
6147 * this rowset's rows or its insert row, or (3) the designated
6170 * this rowset's rows or its insert row, or (3) the designated
6230 * this rowset's rows or its insert row, or (3) the designated
6276 * Only rows contained in the result set returned by <code>getOriginal()</code>
6349 // this can happen if deleted rows are being shown
6375 * Marks all rows in this rowset as being original rows. Any updates
6376 * made to the rows become the original values for the rowset.
6385 // remove deleted rows from the collection.
6494 * (2) the cursor is not on one of this rowset's rows or its
6529 * one of this rowset's rows or its insert row, or (3) this
6555 * (2) the cursor is not on one of this rowset's rows or its
6596 * one of this rowset's rows or its insert row, or (3) this
6622 * (2) the cursor is not on one of this rowset's rows or its
6663 * one of this rowset's rows or its insert row, or (3) this
6689 * (2) the cursor is not on one of this rowset's rows or its
6724 * one of this rowset's rows or its insert row, or (3) this
6740 * (2) the cursor is not on one of this rowset's rows or its
6780 * (2) the cursor is not on one of this rowset's rows or its
7183 * object has populated a number of additional rows. The <code>numRows</code> parameter
7190 * @param numRows when populating, the number of rows interval on which the
7330 rowsetWarning.setNextException(new SQLException("Populating rows "
7337 rowsetWarning.setNextException(new SQLException("Populating rows "
7387 * containing the number of rows specified by page size.
7412 * how many rows have to be retrived at a time.
7415 * @throws SQLException if size is less than zero or greater than max rows.