MySQL 9.0.0
Source Code Documentation
sp_condition Class Reference

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_valuevalue
 Value of the condition. More...
 

Detailed Description

This class represents 'DECLARE CONDITION' statement.

sp_condition has little to do with SQL-conditions.

Constructor & Destructor Documentation

◆ sp_condition()

sp_condition::sp_condition ( LEX_STRING  _name,
sp_condition_value _value 
)
inline

Member Data Documentation

◆ name

LEX_STRING sp_condition::name

Name of the condition.

◆ value

sp_condition_value* sp_condition::value

Value of the condition.


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