MySQL 8.4.0
Source Code Documentation
assign_node_t Struct Reference

Assignment statement node. More...

#include <pars0pars.h>

Public Attributes

que_common_t common
 type: QUE_NODE_ASSIGNMENT More...
 
sym_node_tvar
 variable to set More...
 
que_node_tval
 value to assign More...
 

Detailed Description

Assignment statement node.

Member Data Documentation

◆ common

que_common_t assign_node_t::common

type: QUE_NODE_ASSIGNMENT

◆ val

que_node_t* assign_node_t::val

value to assign

◆ var

sym_node_t* assign_node_t::var

variable to set


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