MySQL 9.1.0
Source Code Documentation
|
#include <parse_tree_nodes.h>
Public Member Functions | |
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 Sql_cmd * | make_cmd (THD *thd)=0 |
virtual std::string | get_printable_parse_tree (THD *thd) |
Protected Attributes | |
Alter_info | m_alter_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 |
|
inlineexplicit |
|
inlineoverridepure virtualdefault |
|
protected |