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

/libcore/luni/src/main/java/java/sql/
H A DStatement.java22 * The resulting table rows are returned as {@code ResultSet}s. For any given
75 * but a count of the number of rows it affected is unavailable.
246 * count</i> (the number of rows in the database affected by the
249 * completed successfully but the number of rows affected is
281 * @return the count of updated rows, or 0 for a statement that returns
302 * @return the number of updated rows, or 0 if the statement returns
322 * @return the count of updated rows, or 0 for a statement that returns
342 * @return the count of updated rows, or 0 for a statement that returns
362 * Gets the default direction for fetching rows for {@code ResultSet}s
376 * Gets the default number of rows fo
611 setFetchSize(int rows) argument
[all...]
H A DResultSet.java33 * ahead of the first row. To move the cursor to the first and consecutive rows,
35 * long as there are more rows in the {@code ResultSet}, otherwise it returns
39 * only advance forward through the rows of data. This means that it is only
42 * be <i>scrolled</i> forward and backward through the rows of data. How such a
72 * either to modify the data of an existing row or to insert new data rows into
76 * method. For insertion of new rows, the cursor is first moved to a special row
111 * A constant used to indicate processing of the rows of a {@code ResultSet}
117 * A constant used to indicate processing of the rows of a {@code ResultSet}
123 * A constant used to indicate that the order of processing of the rows of a
231 * false} if the {@code ResultSet} contains no rows
1261 relative(int rows) argument
1324 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 60 milliseconds