MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TriggerInfo Struct Reference

Static Public Member Functions

static TriggerType::Value getTriggerType (const Uint32 &info)
static void setTriggerType (Uint32 &info, TriggerType::Value val)
static TriggerActionTime::Value getTriggerActionTime (const Uint32 &info)
static void setTriggerActionTime (Uint32 &info, TriggerActionTime::Value val)
static TriggerEvent::Value getTriggerEvent (const Uint32 &info)
static void setTriggerEvent (Uint32 &info, TriggerEvent::Value val)
static bool getMonitorReplicas (const Uint32 &info)
static void setMonitorReplicas (Uint32 &info, bool val)
static bool getMonitorAllAttributes (const Uint32 &info)
static void setMonitorAllAttributes (Uint32 &info, bool val)
static bool getReportAllMonitoredAttributes (const Uint32 &info)
static void setReportAllMonitoredAttributes (Uint32 &info, bool val)
static void packTriggerInfo (Uint32 &val, const TriggerInfo &str)
static void unpackTriggerInfo (const Uint32 &val, TriggerInfo &str)
static const char * triggerTypeName (Uint32 val)
static const char * triggerActionTimeName (Uint32 val)
static const char * triggerEventName (Uint32 val)

Public Attributes

TriggerType::Value triggerType
TriggerActionTime::Value triggerActionTime
TriggerEvent::Value triggerEvent
bool monitorReplicas
bool monitorAllAttributes
bool reportAllMonitoredAttributes

Detailed Description

Definition at line 66 of file trigger_definitions.h.


The documentation for this struct was generated from the following file: