#include <parse_tree_nodes.h>
|
| PT_alter_table_change_column (const POS &pos, const LEX_STRING &old_name, const LEX_STRING &new_name, PT_field_def_base *field_def, const char *opt_place) |
|
| PT_alter_table_change_column (const POS &pos, const LEX_STRING &name, PT_field_def_base *field_def, const char *opt_place) |
|
bool | do_contextualize (Table_ddl_parse_context *pc) override |
|
bool | do_contextualize (Table_ddl_parse_context *pc) override |
|
| ~PT_ddl_table_option () override=0 |
|
virtual bool | is_rename_table () const |
|
virtual | ~Parse_tree_node_tmpl ()=default |
|
bool | is_contextualized () const |
|
virtual bool | contextualize (Context *pc) final |
|
void | error (Context *pc, const POS &pos) const |
| syntax_error() function replacement for deferred reporting of syntax errors More...
|
|
void | error (Context *pc, const POS &pos, const char *msg) const |
| syntax_error() function replacement for deferred reporting of syntax errors More...
|
|
void | errorf (Context *pc, const POS &pos, const char *format,...) const |
| syntax_error() function replacement for deferred reporting of syntax errors More...
|
|
◆ super
◆ PT_alter_table_change_column() [1/2]
◆ PT_alter_table_change_column() [2/2]
PT_alter_table_change_column::PT_alter_table_change_column |
( |
const POS & |
pos, |
|
|
const LEX_STRING & |
name, |
|
|
PT_field_def_base * |
field_def, |
|
|
const char * |
opt_place |
|
) |
| |
|
inline |
◆ do_contextualize()
◆ m_field_def
◆ m_new_name
const LEX_STRING PT_alter_table_change_column::m_new_name |
|
private |
◆ m_old_name
const LEX_STRING PT_alter_table_change_column::m_old_name |
|
private |
◆ m_opt_place
const char* PT_alter_table_change_column::m_opt_place |
|
private |
The documentation for this class was generated from the following files: