MySQL 9.1.0
Source Code Documentation
|
Set_signal_information is a container used in the parsed tree to represent the collection of assignments to condition items in the SIGNAL and RESIGNAL statements. More...
#include <sql_signal.h>
Public Member Functions | |
Set_signal_information () | |
~Set_signal_information ()=default | |
bool | set_item (enum_condition_item_name name, Item *item) |
Public Attributes | |
Item * | m_item [CIN_LAST_PROPERTY+1] |
For each condition item assignment, m_item[] contains the parsed tree that represents the expression assigned, if any. More... | |
Set_signal_information is a container used in the parsed tree to represent the collection of assignments to condition items in the SIGNAL and RESIGNAL statements.
|
inline |
|
default |
bool Set_signal_information::set_item | ( | enum_condition_item_name | name, |
Item * | item | ||
) |
Item* Set_signal_information::m_item[CIN_LAST_PROPERTY+1] |
For each condition item assignment, m_item[] contains the parsed tree that represents the expression assigned, if any.
m_item[] is an array indexed by enum_condition_item_name.