What Is a Result Set?

A result set is an object containing a collection of rows that meet the conditions in the SQL statement. It uses a set of get methods that can access different columns in the current row and provide access to the data in those rows. The result set is usually a table with the column headings and corresponding values returned by the query.

IN OTHER LANGUAGES

Was this article helpful? Thanks for the feedback Thanks for the feedback

How can we help? How can we help?