#include <parse_tree_nodes.h>
|
| PT_foreign_key_definition (const POS &pos, const LEX_STRING &constraint_name, const LEX_STRING &key_name, List< PT_key_part_specification > *columns, Table_ident *referenced_table, List< Key_part_spec > *ref_list, fk_match_opt fk_match_option, fk_option fk_update_opt, fk_option fk_delete_opt) |
|
bool | do_contextualize (Table_ddl_parse_context *pc) override |
|
void | set_column_name (const LEX_STRING &column_name) |
|
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_foreign_key_definition()
◆ do_contextualize()
◆ set_column_name()
void PT_foreign_key_definition::set_column_name |
( |
const LEX_STRING & |
column_name | ) |
|
|
inline |
◆ m_column_name
◆ m_columns
◆ m_constraint_name
const LEX_STRING PT_foreign_key_definition::m_constraint_name |
|
private |
◆ m_fk_delete_opt
fk_option PT_foreign_key_definition::m_fk_delete_opt |
|
private |
◆ m_fk_match_option
◆ m_fk_update_opt
fk_option PT_foreign_key_definition::m_fk_update_opt |
|
private |
◆ m_key_name
const LEX_STRING PT_foreign_key_definition::m_key_name |
|
private |
◆ m_ref_list
◆ m_referenced_table
Table_ident* PT_foreign_key_definition::m_referenced_table |
|
private |
The documentation for this class was generated from the following files: