Public Member Functions |
void | print (NdbOut &s) const |
Uint32 | hashValue () const |
bool | equal (const TcFiredTriggerData &rec) const |
Detailed Description
Definition at line 404 of file Dbtc.hpp.
Member Data Documentation
Next ptr (used in pool/list)
Prev pointer (used in list)
AttributeBuffer::Head Dbtc::TcFiredTriggerData::afterValues |
Trigger attribute info, attribute value(s) after operation
Definition at line 452 of file Dbtc.hpp.
AttributeBuffer::Head Dbtc::TcFiredTriggerData::beforeValues |
Trigger attribute info, attribute value(s) before operation
Definition at line 447 of file Dbtc.hpp.
Uint32 Dbtc::TcFiredTriggerData::fireingOperation |
The operation that fired the trigger
Definition at line 415 of file Dbtc.hpp.
Uint32 Dbtc::TcFiredTriggerData::fragId |
The fragment id of the firing operation. This will be appended to the Primary Key such that the record can be found even in the case of user defined partitioning.
Definition at line 422 of file Dbtc.hpp.
AttributeBuffer::Head Dbtc::TcFiredTriggerData::keyValues |
Trigger attribute info, primary key value(s)
Definition at line 442 of file Dbtc.hpp.
Uint32 Dbtc::TcFiredTriggerData::nodeId |
Used for scrapping in case of node failure
Definition at line 427 of file Dbtc.hpp.
Trigger type, defines what the trigger is used for
Definition at line 437 of file Dbtc.hpp.
Uint32 Dbtc::TcFiredTriggerData::triggerId |
Trigger id, used to identify the trigger
Definition at line 410 of file Dbtc.hpp.
TriggerType::Value Dbtc::TcFiredTriggerData::triggerType |
Trigger type, defines what the trigger is used for
Definition at line 432 of file Dbtc.hpp.
The documentation for this struct was generated from the following file:
- storage/ndb/src/kernel/blocks/dbtc/Dbtc.hpp