Searched refs:rows (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/sql/
H A DStatement.java153 * Retrieves the maximum number of rows that a
156 * the excess rows are silently dropped.
158 * @return the current maximum number of rows for a <code>ResultSet</code>
168 * Sets the limit for the maximum number of rows that any
172 * rows are silently dropped.
174 * @param max the new max rows limit; zero means there is no limit
400 * rows will be processed in <code>ResultSet</code>
409 * @param direction the initial direction for processing rows
421 * Retrieves the direction for fetching rows from
438 * Gives the JDBC driver a hint as to the number of rows tha
451 setFetchSize(int rows) argument
[all...]
H A DResultSet.java42 * when there are no more rows in the <code>ResultSet</code> object,
173 * <code>false</code> if there are no more rows
1040 * result set contains no rows
1059 * result set contains no rows
1110 * first row. This method has no effect if the result set contains no rows.
1124 * last row. This method has no effect if the result set contains no rows.
1139 * <code>false</code> if there are no rows in the result set
1154 * <code>false</code> if there are no rows in the result set
1227 * Moves the cursor a relative number of rows, either positive or negative.
1238 * @param rows a
1358 setFetchSize(int rows) argument
[all...]
/libcore/luni/src/test/java/libcore/java/sql/
H A DOldStatementTest.java426 int rows = 100;
427 for (int i = 0; i < rows; i++) {
769 * Spec is not precise enough: should be: number of rows affected. eg. to be
807 // there are 0 rows created therefore 0 should be returned.
819 // there are no rows in table: 0 should be returned
827 // there are 3 rows in table: 3 should be returned

Completed in 53 milliseconds