|
|
A recordset can be obtained directly by the database (trough KDB::Database::openRecordset ("Select * from blah") ) or from an existing table or query.
There are two types of recordsets: read only or updatable. the type can be queryed trough updatable
an updatable recordset can be asked to build new records, as well as delete existing ones. Updates are allowed in the KDB::Record class
typedef QListIterator<Record> |
|
~ |
[virtual]
iterator |
QList<Field> |
bool |
[virtual]
Record * |
[virtual]
QList<Record> |
[protected]
Generated by: pradu@server.rete.casa on Fri Jul 28 15:15:55 2000, using kdoc 2.0a36. |