Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members
KDB::Recordset Class Reference
A set of records, that can be traversed through iterators.
More...
#include <recordset.h>
Inheritance diagram for KDB::Recordset:
List of all members.
Detailed Description
A set of records, that can be traversed through iterators.
A recordset can be obtained directly by the database (through 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 queried through 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
-
Author(s):
-
Alessandro Praduroux <pradu@thekompany.com> , Michael Koch <m_kock@bigfoot.de>
-
Version:
-
kdbcore 0.0.2
Constructor & Destructor Documentation
Member Function Documentation
|
void changed (
|
) [signal]
|
|
|
unsigned long long count (
|
)
|
|
Friends And Related Function Documentation
The documentation for this class was generated from the following file:
Generated at Fri Sep 29 16:32:22 2000 for KDB by
1.2.1 written by Dimitri van Heesch,
© 1997-2000