previous |
start |
next
Scrollable and Updatable Result Sets
- Because the result set of a query may be very large,
the ResultSet object does not contain the entire result
set
- It is a gateway to a result set stored in the database
- Each time you call next a single row is transferred
into the ResultSet object
- The user may want to look back at previous row.
- Use a scrollable result set to do this
previous |
start |
next