#include <Backup.hpp>
Public Member Functions | |
| Table (ArrayPool< Attribute > &, ArrayPool< Fragment > &) | |
Public Attributes | |
| Uint64 | noOfRecords |
| Uint32 | tableId |
| Uint32 | schemaVersion |
| Uint32 | tableType |
| Uint32 | noOfNull |
| Uint32 | noOfAttributes |
| Uint32 | noOfVariable |
| Uint32 | sz_FixedAttributes |
| Uint32 | triggerIds [3] |
| bool | triggerAllocated [3] |
| DLFifoList< Attribute > | attributes |
| Array< Fragment > | fragments |
| Uint32 | nextList |
| union { | |
| Uint32 nextPool | |
| Uint32 prevList | |
| }; | |
Definition at line 207 of file Backup.hpp.
Definition at line 643 of file Backup.cpp.
References ILLEGAL_TRIGGER_ID, triggerAllocated, and triggerIds.
00645 : attributes(ah), fragments(fh) 00646 { 00647 triggerIds[0] = ILLEGAL_TRIGGER_ID; 00648 triggerIds[1] = ILLEGAL_TRIGGER_ID; 00649 triggerIds[2] = ILLEGAL_TRIGGER_ID; 00650 triggerAllocated[0] = false; 00651 triggerAllocated[1] = false; 00652 triggerAllocated[2] = false; 00653 }
| union { ... } |
Definition at line 222 of file Backup.hpp.
Referenced by Backup::createAttributeMask(), Backup::execBACKUP_FRAGMENT_REQ(), and Backup::execTRANSID_AI().
Definition at line 223 of file Backup.hpp.
Definition at line 225 of file Backup.hpp.
Definition at line 226 of file Backup.hpp.
Definition at line 215 of file Backup.hpp.
Definition at line 210 of file Backup.hpp.
Definition at line 217 of file Backup.hpp.
Definition at line 226 of file Backup.hpp.
Definition at line 218 of file Backup.hpp.
Definition at line 214 of file Backup.hpp.
1.4.7

