MySQL 9.0.0
Source Code Documentation
proc_node_t Struct Reference

Procedure definition node. More...

#include <pars0pars.h>

Public Attributes

que_common_t common
 type: QUE_NODE_PROC More...
 
sym_node_tproc_id
 procedure name symbol in the symbol table of this same procedure More...
 
sym_node_tparam_list
 input and output parameters More...
 
que_node_tstat_list
 statement list More...
 
sym_tab_tsym_tab
 symbol table of this procedure More...
 

Detailed Description

Procedure definition node.

Member Data Documentation

◆ common

que_common_t proc_node_t::common

type: QUE_NODE_PROC

◆ param_list

sym_node_t* proc_node_t::param_list

input and output parameters

◆ proc_id

sym_node_t* proc_node_t::proc_id

procedure name symbol in the symbol table of this same procedure

◆ stat_list

que_node_t* proc_node_t::stat_list

statement list

◆ sym_tab

sym_tab_t* proc_node_t::sym_tab

symbol table of this procedure


The documentation for this struct was generated from the following file: