Encrypted (database like) table
![]() | TCBTable::Close () Closes TCBTable |
![]() | TCBTable::Open () Opens TCBTable |
![]() | TCBTable::TCBTable (const Char *tableName, TableFieldQueue *definition, const GMessage *tableRingKey, LogFile *aLogFile) TCBTable constructor |
![]() | TCBTable::~TCBTable () TCBTable destructor |
![]() | methods
|
![]() | attributes |
Encrypted (database like) table. The same like Table, but the file into which the data is stored is saved encrypted with the symetric key. This implementation works with it in a simple way:
Open - decrypts the table, all operations then work on the decrypted file. Close - encrypts the table.
methods
Err TCBTable::Close()
Err TCBTable::Open()
TCBTable::TCBTable(const Char *tableName, TableFieldQueue *definition, const GMessage *tableRingKey, LogFile *aLogFile)
definition - definition of table structure
tableRingKey - symetric key used to keep table encrypted
aLogFile - log file for debugging messages
TCBTable::~TCBTable()
alphabetic index hierarchy of classes
generated by doc++