class Recordset

A set of records, that can be traversed trough iterators. More...

Full nameKDB::Recordset
Definition#include <recordset.h>
InheritsKDB::DataObject
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Types

Public Methods

Protected Members


Detailed Description

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> iterator

 Recordset ()

Recordset ()

[virtual]

iterator  begin ()

QList<Field>  fields ()

bool  updatable ()

[virtual]

Record *  addRecord ()

[virtual]

QList<Record> m_records

[protected]


Generated by: pradu@server.rete.casa on Fri Jul 28 15:15:55 2000, using kdoc 2.0a36.