MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
sp_condition Class Reference

#include <sp_pcontext.h>

Inheritance diagram for sp_condition:
Collaboration diagram for sp_condition:

Public Member Functions

 sp_condition (LEX_STRING _name, sp_condition_value *_value)

Public Attributes

LEX_STRING name
 Name of the condition.
sp_condition_valuevalue
 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)

Detailed Description

This class represents 'DECLARE CONDITION' statement. sp_condition has little to do with SQL-conditions.

Definition at line 184 of file sp_pcontext.h.


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