MySQL 9.1.0
Source Code Documentation
|
Top-level node for the UPDATE statement. More...
#include <parse_tree_nodes.h>
Public Member Functions | |
PT_update (const POS &pos, PT_with_clause *with_clause_arg, PT_hint_list *opt_hints_arg, thr_lock_type opt_low_priority_arg, bool opt_ignore_arg, const Mem_root_array_YY< PT_table_reference * > &join_table_list_arg, PT_item_list *column_list_arg, PT_item_list *value_list_arg, Item *opt_where_clause_arg, PT_order *opt_order_clause_arg, Item *opt_limit_clause_arg) | |
Sql_cmd * | make_cmd (THD *thd) override |
Public Member Functions inherited from Parse_tree_root | |
virtual std::string | get_printable_parse_tree (THD *thd) |
Private Types | |
typedef Parse_tree_root | super |
Private Attributes | |
PT_with_clause * | m_with_clause |
PT_hint_list * | opt_hints |
thr_lock_type | opt_low_priority |
bool | opt_ignore |
Mem_root_array_YY< PT_table_reference * > | join_table_list |
PT_item_list * | column_list |
PT_item_list * | value_list |
Item * | opt_where_clause |
PT_order * | opt_order_clause |
Item * | opt_limit_clause |
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 |
Top-level node for the UPDATE statement.
|
private |
|
inline |
Implements Parse_tree_root.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |