ResultSet object
This object ‘holds’ the query results
May or may not contain the data locally
Must loop through each ResultSet
Row-by-Row
Column-by-Column
Use the various getXXX methods in ResultSet for actually retrieving data
Previous slide
Next slide
Back to first slide
View graphic version