Record in the Table
Char* | Record::AsString () Composes values of fields into a string |
Int | Record::FieldByIndexEqualTo (Int anIndex, Void *aFieldValue) Kratky_komentar_s_teckou_na_konci |
TableField* | Record::GetField (Char *aFieldName) Returns a pointer to a field with given name (or a NULL pointer) |
TableField* | Record::GetFieldByIndex (Int anIndex) Returns a pointer to a field with given index (or a NULL pointer) |
Int | Record::IsFixed () Returns 1 if the length of the record is fixed; 0 otherwise |
Err | Record::ReadFromFile (File *tableFile, Size *count) Kratky_komentar_s_teckou_na_konci |
Record::Record (TableFieldQueue *modelQueue) Record constructor | |
Err | Record::SetField (const Char *aFieldName, const Void *aFieldValue) Kratky_komentar_s_teckou_na_konci |
Size | Record::SizeOf () Returns the size of AsString() |
Int | Record::SizeOfHeader () Returns the size of the header in a string returned by AsString() |
Err | 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
alphabetic index hierarchy of classes
generated by doc++