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

#include <table.h>

Inheritance diagram for View_creation_ctx:
Collaboration diagram for View_creation_ctx:

Static Public Member Functions

static View_creation_ctxcreate (THD *thd)
static View_creation_ctxcreate (THD *thd, TABLE_LIST *view)
- 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)

Additional Inherited Members

- Public Member Functions inherited from Default_object_creation_ctx
const CHARSET_INFOget_client_cs ()
const CHARSET_INFOget_connection_cl ()
- 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)
virtual Object_creation_ctxcreate_backup_ctx (THD *thd) const
virtual void change_env (THD *thd) const
- Protected Attributes inherited from Default_object_creation_ctx
const CHARSET_INFOm_client_cs
const CHARSET_INFOm_connection_cl

Detailed Description

View_creation_ctx – creation context of view objects.

Definition at line 186 of file table.h.


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