![]()  | 
  
    MySQL 8.0.44
    
   Source Code Documentation 
   | 
 
Procedure definition node. More...
#include <pars0pars.h>
Public Attributes | |
| que_common_t | common | 
| type: QUE_NODE_PROC  More... | |
| sym_node_t * | proc_id | 
| procedure name symbol in the symbol table of this same procedure  More... | |
| sym_node_t * | param_list | 
| input and output parameters  More... | |
| que_node_t * | stat_list | 
| statement list  More... | |
| sym_tab_t * | sym_tab | 
| symbol table of this procedure  More... | |
Procedure definition node.
| que_common_t proc_node_t::common | 
type: QUE_NODE_PROC
| sym_node_t* proc_node_t::param_list | 
input and output parameters
| sym_node_t* proc_node_t::proc_id | 
procedure name symbol in the symbol table of this same procedure
| que_node_t* proc_node_t::stat_list | 
statement list
| sym_tab_t* proc_node_t::sym_tab | 
symbol table of this procedure