Public Types |
| enum | State { UNDEFINED,
DEFINING,
DEFINED,
DROPPED
} |
Public Attributes |
|
DLList< Subscription >::Head | m_subscriptions |
|
State | m_state |
|
Uint32 | m_ptrI |
|
union { |
| Uint32 m_tableId |
| Uint32 key |
| }; | |
|
Uint32 | m_schemaVersion |
|
Uint32 | m_error |
|
Uint32 | m_noOfAttributes |
| Uint32 | nextHash |
|
union { |
| Uint32 prevHash |
| Uint32 nextPool |
| }; | |
|
Uint32 | m_schemaTransId |
Detailed Description
Definition at line 304 of file Suma.hpp.
Member Function Documentation
Initialize table object
Definition at line 2696 of file Suma.cpp.
Member Data Documentation
| Uint32 Suma::Table::nextHash |
Hash table stuff
Definition at line 336 of file Suma.hpp.
The documentation for this struct was generated from the following files:
- storage/ndb/src/kernel/blocks/suma/Suma.hpp
- storage/ndb/src/kernel/blocks/suma/Suma.cpp