MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Event_creation_ctx Class Reference
Inheritance diagram for Event_creation_ctx:
Collaboration diagram for Event_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 bool load_from_db (THD *thd, MEM_ROOT *event_mem_root, const char *db_name, const char *event_name, TABLE *event_tbl, Stored_program_creation_ctx **ctx)
- 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

Event_creation_ctx – creation context of events.

Definition at line 46 of file event_data_objects.cc.


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