Searched defs:rows (Results 1 - 2 of 2) 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
1263 relative(int rows) argument
1326 setFetchSize(int rows) argument
[all...]

Completed in 404 milliseconds