MySQL 5.6.14 Source Code Document
|
#include <FireTrigOrd.hpp>
Public Member Functions | |
STATIC_CONST (SignalLength=11) | |
STATIC_CONST (SignalWithGCILength=9) | |
STATIC_CONST (SignalLengthSuma=14) | |
Uint32 | getConnectionPtr () const |
void | setConnectionPtr (Uint32) |
Uint32 | getUserRef () const |
void | setUserRef (Uint32) |
Uint32 | getTriggerId () const |
void | setTriggerId (Uint32 anIndxId) |
TriggerEvent::Value | getTriggerEvent () const |
void | setTriggerEvent (TriggerEvent::Value) |
Uint32 | getNoOfPrimaryKeyWords () const |
void | setNoOfPrimaryKeyWords (Uint32) |
Uint32 | getNoOfBeforeValueWords () const |
void | setNoOfBeforeValueWords (Uint32) |
Uint32 | getNoOfAfterValueWords () const |
void | setNoOfAfterValueWords (Uint32) |
Uint32 | getGCI () const |
void | setGCI (Uint32) |
Uint32 | getHashValue () const |
void | setHashValue (Uint32) |
Uint32 | getAnyValue () const |
void | setAnyValue (Uint32) |
Friends | |
class | Dbtup |
class | Dbtc |
class | Backup |
class | SumaParticipant |
class | Suma |
bool | printFIRE_TRIG_ORD (FILE *output, const Uint32 *theData, Uint32 len, Uint16 receiverBlockNo) |
This signal is sent by TUP to signal that a trigger has fired
Definition at line 33 of file FireTrigOrd.hpp.
|
friend |
Reciver(s)
Definition at line 47 of file FireTrigOrd.hpp.
|
friend |
Sender(s) Sender(s) / Reciver(s)
Definition at line 42 of file FireTrigOrd.hpp.
|
friend |
For printing
Definition at line 40 of file FireTrigOrd.cpp.