![]() |
MySQL 9.5.0
Source Code Documentation
|
#include <parse_tree_nodes.h>
Public Member Functions | |
| PT_call (const POS &pos, sp_name *proc_name_arg, PT_item_list *opt_expr_list_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 Attributes | |
| sp_name * | proc_name |
| PT_item_list * | opt_expr_list |
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 |
|
inline |
Implements Parse_tree_root.
|
private |
|
private |