MySQL 9.1.0
Source Code Documentation
|
for-loop-statement node More...
#include <pars0pars.h>
Public Attributes | |
que_common_t | common |
type: QUE_NODE_FOR More... | |
sym_node_t * | loop_var |
loop variable: this is the dereferenced symbol from the variable declarations, not the symbol occurrence in the for loop definition More... | |
que_node_t * | loop_start_limit |
initial value of loop variable More... | |
que_node_t * | loop_end_limit |
end value of loop variable More... | |
lint | loop_end_value |
evaluated value for the end value: it is calculated only when the loop is entered, and will not change within the loop More... | |
que_node_t * | stat_list |
statement list More... | |
for-loop-statement node
que_common_t for_node_t::common |
type: QUE_NODE_FOR
que_node_t* for_node_t::loop_end_limit |
end value of loop variable
lint for_node_t::loop_end_value |
evaluated value for the end value: it is calculated only when the loop is entered, and will not change within the loop
que_node_t* for_node_t::loop_start_limit |
initial value of loop variable
sym_node_t* for_node_t::loop_var |
loop variable: this is the dereferenced symbol from the variable declarations, not the symbol occurrence in the for loop definition
que_node_t* for_node_t::stat_list |
statement list