Category:ResultSet

From Java Example Source Code

Jump to: navigation, search

These Java examples show how to use ResultSet with JDBC.

A table of data representing a database result set, which is usually generated by executing a statement that queries the database.

A ResultSet object maintains a cursor pointing to its current row of data. Initially the cursor is positioned before the first row. The next method moves the cursor to the next row, and because it returns false when there are no more rows in the ResultSet object, it can be used in a while loop to iterate through the result set.

Pages in category "ResultSet"

The following 2 pages are in this category, out of 2 total.

D

L

Personal tools