MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
virtual bool | is_trigger () const |
virtual const char * | realname () const |
ST_Trg (const char *a_db, const char *a_name) | |
Public Member Functions inherited from ST_Obj | |
bool | exists () const |
virtual bool | is_index () const |
virtual bool | is_table () const |
ST_Obj (const char *a_dbname, const char *a_name) |
Public Attributes | |
struct ST_Ind * | ind |
TriggerEvent::Value | event |
char | realname_buf [ST_MAX_NAME_SIZE] |
Public Attributes inherited from ST_Obj | |
NdbDictionary::Object::Type | type |
char | dbname [ST_MAX_NAME_SIZE] |
char | name [ST_MAX_NAME_SIZE] |
int | id |
bool | create |
bool | commit |
Definition at line 4190 of file testDict.cpp.