MySQL 9.1.0
Source Code Documentation
|
Top-level node for the DELETE statement. More...
#include <parse_tree_nodes.h>
Public Member Functions | |
PT_delete (const POS &pos, PT_with_clause *with_clause_arg, PT_hint_list *opt_hints_arg, int opt_delete_options_arg, Table_ident *table_ident_arg, const LEX_CSTRING &opt_table_alias_arg, List< String > *opt_use_partition_arg, Item *opt_where_clause_arg, PT_order *opt_order_clause_arg, Item *opt_delete_limit_clause_arg) | |
PT_delete (const POS &pos, PT_with_clause *with_clause_arg, PT_hint_list *opt_hints_arg, int opt_delete_options_arg, const Mem_root_array_YY< Table_ident * > &table_list_arg, const Mem_root_array_YY< PT_table_reference * > &join_table_list_arg, Item *opt_where_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 Member Functions | |
bool | is_multitable () const |
bool | add_table (Parse_context *pc, Table_ident *table) |
Private Attributes | |
PT_with_clause * | m_with_clause |
PT_hint_list * | opt_hints |
const int | opt_delete_options |
Table_ident * | table_ident |
const char *const | opt_table_alias |
Mem_root_array_YY< Table_ident * > | table_list {} |
List< String > * | opt_use_partition |
Mem_root_array_YY< PT_table_reference * > | join_table_list {} |
Item * | opt_where_clause |
PT_order * | opt_order_clause |
Item * | opt_delete_limit_clause |
SQL_I_List< Table_ref > | delete_tables |
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 DELETE statement.
|
private |
|
inline |
|
inline |
|
private |
|
inlineprivate |
Implements Parse_tree_root.
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |