MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Trigger_creation_ctx Class Reference
Inheritance diagram for Trigger_creation_ctx:
Collaboration diagram for Trigger_creation_ctx:

Public Member Functions

virtual
Stored_program_creation_ctx
clone (MEM_ROOT *mem_root)
- Public Member Functions inherited from Stored_program_creation_ctx
const CHARSET_INFOget_db_cl ()
- Public Member Functions inherited from Default_object_creation_ctx
const CHARSET_INFOget_client_cs ()
const CHARSET_INFOget_connection_cl ()
- Public Member Functions inherited from Object_creation_ctx
Object_creation_ctxset_n_backup (THD *thd)
void restore_env (THD *thd, Object_creation_ctx *backup_ctx)

Static Public Member Functions

static Trigger_creation_ctxcreate (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 Public Member Functions inherited from Sql_alloc
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_ctxcreate_backup_ctx (THD *thd) const
- Protected Member Functions inherited from Stored_program_creation_ctx
 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
- Protected Member Functions inherited from Default_object_creation_ctx
 Default_object_creation_ctx (THD *thd)
 Default_object_creation_ctx (const CHARSET_INFO *client_cs, const CHARSET_INFO *connection_cl)

Additional Inherited Members

- Protected Attributes inherited from Stored_program_creation_ctx
const CHARSET_INFOm_db_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: