My Project
|
#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. | |
sp_condition_value * | value |
Value of the condition. |
This class represents 'DECLARE CONDITION' statement. sp_condition has little to do with SQL-conditions.