class Record Record in the Table
| | Record::AsString () Composes values of fields into a string |
| | Record::FieldByIndexEqualTo (Int anIndex, Void *aFieldValue) Kratky_komentar_s_teckou_na_konci |
| | Record::GetField (Char *aFieldName) Returns a pointer to a field with given name (or a NULL pointer) |
| | Record::GetFieldByIndex (Int anIndex) Returns a pointer to a field with given index (or a NULL pointer) |
| | Record::IsFixed () Returns 1 if the length of the record is fixed; 0 otherwise |
| | Record::ReadFromFile (File *tableFile, Size *count) Kratky_komentar_s_teckou_na_konci |
| | Record::Record (TableFieldQueue *modelQueue) Record constructor |
| | Record::SetField (const Char *aFieldName, const Void *aFieldValue) Kratky_komentar_s_teckou_na_konci |
| | Record::SizeOf () Returns the size of AsString() |
| | Record::SizeOfHeader () Returns the size of the header in a string returned by AsString() |
| | Record::WriteToFile (File *tableFile) Writes all TableFields from "fields" stored to an open "tableFile" |
| | Record::~Record () Destructor for Record |
| | methods
|
| | attributes
|
Record in the Table. Description: This file contains the Record class which is used for storing and retrieving information to/from a Table
Int Record::FieldByIndexEqualTo(Int anIndex, Void *aFieldValue)
TableField* Record::GetField(Char *aFieldName)
TableField* Record::GetFieldByIndex(Int anIndex)
Int Record::IsFixed()
Err Record::ReadFromFile(File *tableFile, Size *count)
Record::Record(TableFieldQueue *modelQueue)
Err Record::SetField(const Char *aFieldName, const Void *aFieldValue)
Size Record::SizeOf()
Int Record::SizeOfHeader()
Err Record::WriteToFile(File *tableFile)
Record::~Record()
alphabetic index hierarchy of classes
generated by doc++