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

The set of rows returned in a single fetch by a block cursor.
Helpful?           0
A set of rows returned by a database, as a result of an SQL query or opening a table. See also: row  database  SQL  table  cursor
Helpful?           0
a container for tabular data that's updatable and serializable and can even be moved around the network independently from any database connection
Helpful?           0
a Java object that encapsulates a set of rows that have been retrieved from a database or other tabular datasource, such as a spreadsheet
Helpful?           0
an object that encapsulates a set of rows retrieved from a database or other tabular data store, such as a spreadsheet
Helpful?           0
an object which encapsulates a set of rows
Helpful?           0
a set of rows, each having a set of columns
Helpful?           0
a set of rows, typically produced by executing a ViewObject 's query
Helpful?           0
An OLE DB COM object that exposes data in tabular format. A rowset comprises a set of rows in which each row has columns of data.
Helpful?           0
An object that encapsulates a set of row s retrieved from a database or other source of tabular data. RowSet extends the java.sql.ResultSet interface, enabling a ResultSet to act as a JavaBeans component.
Helpful?           0
The OLE DB object used to contain a result set. It also exhibits cursor behavior depending on the rowset properties set by an application.
Helpful?           0
A set of rows from a data source, all having the same field schema. A rowset can represent all or some fields from a table. A rowset can also represent a virtual table, created by a query or a join of two or more tables. In ADO, rowsets are represented by Recordset objects.
Helpful?           0