class Record
|
A collection of fields with relevant values. More... |
|
|
Public Methods
Signals
A collection of fields with relevant values.
The fields should be accessed like an associative array:
rec["field1"] = "value";
or
rec[1] = "value";
|
there are two record types: updatable and read only, depending on the
parent recordset
Record (Recordset *r, FieldList fields, Row values, KDB_ULONG pos)
| Record |
Record (const Record &)
| Record |
Record & operator = (const Record &)
| operator = |
FieldIterator begin ()
| begin |
Field & operator[] (const QString& name)
| operator[] |
Field & operator[] (int index)
| operator[] |
Field & field (const QString & name)
| field |
Field & field (int index)
| field |
KDB_ULONG absolutePosition ()
| absolutePosition |
[signal]
[signal]
- Version: kdbcore 0.0.2
- Author: Alessandro Praduroux <pradu@thekompany.com>
- Generated: streeter@wally on Tue Nov 19 15:27:32 2002, using kdoc 2.0a53.