Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members
KDB::Record Class Reference
A collection of fields with relevant values.
More...
#include <record.h>
Inheritance diagram for KDB::Record:
List of all members.
Detailed Description
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
-
Author(s):
-
Alessandro Praduroux <pradu@thekompany.com> , Michael Koch <m_kock@bigfoot.de>
-
Version:
-
kdbcore 0.0.2
Constructor & Destructor Documentation
Member Function Documentation
|
Field& field (
|
int index )
|
|
|
Field& field (
|
const QString & name )
|
|
|
Field& operator[] (
|
int index )
|
|
|
Field& operator[] (
|
const QString & name )
|
|
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