![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
Top-level node for the UPDATE statement. More...
#include <parse_tree_nodes.h>
Public Member Functions | |
| PT_update (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 | 
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 | |
  Protected Member Functions inherited from Parse_tree_root | |
| virtual | ~Parse_tree_root ()=default | 
| Parse_tree_root ()=default | |
Top-level node for the UPDATE statement.
      
  | 
  inline | 
Implements Parse_tree_root.
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private |