Lines Matching defs:rows

115      *   <LI>Does not show deleted rows
118 * <LI>Has no limit for the number of rows it may contain
237 * <LI>Does not show deleted rows
240 * <LI>Has no limit for the number of rows it may contain
311 * <LI>Does not show deleted rows
314 * <LI>Has no limit for the number of rows it may contain
399 * <LI>Does not show deleted rows
402 * <LI>Has no limit for the number of rows it may contain
548 * size, maximum number of rows, and query timeout limit) to be those
816 * <code>false</code> if there are no more rows
1788 * result set contains no rows
1805 * result set contains no rows
1856 * first row. This method has no effect if the result set contains no rows.
1873 * last row. This method has no effect if the result set contains no rows.
1891 * <code>false</code> if there are no rows in the result set
1911 * <code>false</code> if there are no rows in the result set
1981 * Moves the cursor a relative number of rows, either positive or negative.
2002 public boolean relative(int rows) throws SQLException {
2005 boolean b = rs.relative(rows);
2034 * Gives a hint as to the direction in which the rows in this
2074 * Gives the JDBC driver a hint as to the number of rows that should
2075 * be fetched from the database when more rows are needed for this
2083 * @param rows the number of rows to fetch
2085 * condition <code>0 <= rows <= this.getMaxRows()</code> is not
2090 public void setFetchSize(int rows) throws SQLException {
2093 rs.setFetchSize(rows);
3067 * rows at once if the fetch size is greater than one.
3510 * (2) the cursor is not on one of this rowset's rows or its
3539 * one of this rowset's rows or its insert row, or (3) this
3566 * (2) the cursor is not on one of this rowset's rows or its
3595 * one of this rowset's rows or its insert row, or (3) this
3621 * (2) the cursor is not on one of this rowset's rows or its
3649 * one of this rowset's rows or its insert row, or (3) this
3675 * (2) the cursor is not on one of this rowset's rows or its
3703 * one of this rowset's rows or its insert row, or (3) this
4607 * Sets the maximum number of rows that this <code>RowSet</code> object may contain to
4608 * the given number. If this limit is exceeded, the excess rows are
4612 * of rows; zero means that there is no limit
4614 * maximum limit on the number of rows that a JDBC <code>RowSet</code> object