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 & operator = (const Record &)
|
Field & operator[] (const QString& name)
|
Field & operator[] (int index)
|
Field & field (const QString & name)
|
Field & field (int index)
|
KDB_ULONG absolutePosition ()
|
[signal]
[signal]
- Version: kdbcore 0.0.2
- Author: Alessandro Praduroux <pradu@thekompany.com>
- Generated: marc@yogi on Tue Mar 27 13:09:39 2001, using kdoc 2.0a48.