Definitions for "Resultset" Add To Word List
Login or Register  | Word Lists | Search History

Keywords: Query, Dbix, Row, Sql, Tabular
a Java object that contains the results of executing an SQL query
Helpful?           0
an interface that represents zero or more rows matching a database query
Helpful?           0
a row of data returned by a database query
Helpful?           0
A set of records created by a search query
Helpful?           0
An object that implements the java.sql.ResultSet interface. ResultSets are used to encapsulate a set of row s retrieved from a database or other source of tabular data.
Helpful?           0
This is an object representing a set of data. It can either be an entire table, or the results of a query. The actual data is not held in the ResultSet, it is only a description of how to fetch the data. § See also: "METHODS" in DBIx::Class::ResultSet
Helpful?           0