Static Public Member Functions |
static Trigger_creation_ctx * | create (THD *thd, const char *db_name, const char *table_name, const LEX_STRING *client_cs_name, const LEX_STRING *connection_cl_name, const LEX_STRING *db_cl_name) |
static void * | operator new (size_t size) throw () |
static void * | operator new[] (size_t size) throw () |
static void * | operator new[] (size_t size, MEM_ROOT *mem_root) throw () |
static void * | operator new (size_t size, MEM_ROOT *mem_root) throw () |
static void | operator delete (void *ptr, size_t size) |
static void | operator delete (void *ptr, MEM_ROOT *mem_root) |
static void | operator delete[] (void *ptr, MEM_ROOT *mem_root) |
static void | operator delete[] (void *ptr, size_t size) |
Protected Member Functions |
virtual Object_creation_ctx * | create_backup_ctx (THD *thd) const |
| Stored_program_creation_ctx (THD *thd) |
| Stored_program_creation_ctx (const CHARSET_INFO *client_cs, const CHARSET_INFO *connection_cl, const CHARSET_INFO *db_cl) |
virtual void | change_env (THD *thd) const |
| Default_object_creation_ctx (THD *thd) |
| Default_object_creation_ctx (const CHARSET_INFO *client_cs, const CHARSET_INFO *connection_cl) |
Detailed Description
Trigger_creation_ctx – creation context of triggers.
Definition at line 65 of file sql_trigger.cc.
The documentation for this class was generated from the following file: