Definitions for "ResultSet"
Keywords:  query, dbix, row, sql, tabular
a Java object that contains the results of executing an SQL query
an interface that represents zero or more rows matching a database query
a row of data returned by a database query
a representation of a cursor at a point in time
a type of marker that indicates a current set of data within a volume of results obtained using the SELECT command