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: masato@ss10 on Wed Apr 11 12:10:12 2001, using kdoc 2.0a48.