MySQL 5.6.14 Source Code Document
|
#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. |
Additional Inherited Members | |
Static Public Member Functions inherited from Sql_alloc | |
static void * | operator new (size_t size) throw () |
static void * | operator new[] (size_t size) throw () |
static void * | operator new[] (size_t size, MEM_ROOT *mem_root) throw () |
static void * | operator new (size_t size, MEM_ROOT *mem_root) throw () |
static void | operator delete (void *ptr, size_t size) |
static void | operator delete (void *ptr, MEM_ROOT *mem_root) |
static void | operator delete[] (void *ptr, MEM_ROOT *mem_root) |
static void | operator delete[] (void *ptr, size_t size) |
This class represents 'DECLARE CONDITION' statement. sp_condition has little to do with SQL-conditions.
Definition at line 184 of file sp_pcontext.h.