MySQL 9.1.0
Source Code Documentation
|
#include <parse_tree_nodes.h>
Public Member Functions | |
PT_alter_table_stmt (const POS &pos, MEM_ROOT *mem_root, Table_ident *table_name, Mem_root_array< PT_ddl_table_option * > *opt_actions, Alter_info::enum_alter_table_algorithm algo, Alter_info::enum_alter_table_lock lock, Alter_info::enum_with_validation validation) | |
Sql_cmd * | make_cmd (THD *thd) override |
Public Member Functions inherited from PT_table_ddl_stmt_base | |
PT_table_ddl_stmt_base (const POS &pos, MEM_ROOT *mem_root) | |
~PT_table_ddl_stmt_base () override=0 | |
Public Member Functions inherited from Parse_tree_root | |
virtual std::string | get_printable_parse_tree (THD *thd) |
Private Attributes | |
Table_ident *const | m_table_name |
Mem_root_array< PT_ddl_table_option * > *const | m_opt_actions |
const Alter_info::enum_alter_table_algorithm | m_algo |
const Alter_info::enum_alter_table_lock | m_lock |
const Alter_info::enum_with_validation | m_validation |
HA_CREATE_INFO | m_create_info |
Additional Inherited Members | |
Public Attributes inherited from Parse_tree_root | |
POS | m_pos |
Textual location of a token just parsed. More... | |
Protected Member Functions inherited from Parse_tree_root | |
Parse_tree_root ()=default | |
Parse_tree_root (const POS &pos) | |
virtual | ~Parse_tree_root ()=default |
Protected Attributes inherited from PT_table_ddl_stmt_base | |
Alter_info | m_alter_info |
|
inlineexplicit |
Implements Parse_tree_root.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |