| MySQL 5.6.14 Source Code Document
    | 
#include <table.h>

| Public Member Functions | |
| Object_creation_ctx * | set_n_backup (THD *thd) | 
| void | restore_env (THD *thd, Object_creation_ctx *backup_ctx) | 
| Protected Member Functions | |
| virtual Object_creation_ctx * | create_backup_ctx (THD *thd) const =0 | 
| virtual void | change_env (THD *thd) const =0 | 
Object_creation_ctx – interface for creation context of database objects (views, stored routines, events, triggers). Creation context – is a set of attributes, that should be fixed at the creation time and then be used each time the object is parsed or executed.