MySQL 9.1.0
Source Code Documentation
|
This class represents 'DECLARE CONDITION' statement. More...
#include <sp_pcontext.h>
Public Member Functions | |
sp_condition (LEX_STRING _name, sp_condition_value *_value) | |
Public Attributes | |
LEX_STRING | name |
Name of the condition. More... | |
sp_condition_value * | value |
Value of the condition. More... | |
This class represents 'DECLARE CONDITION' statement.
sp_condition has little to do with SQL-conditions.
|
inline |
LEX_STRING sp_condition::name |
Name of the condition.
sp_condition_value* sp_condition::value |
Value of the condition.