#include <sql_signal.h>
Additional Inherited Members |
|
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) |
| | Sql_cmd_common_signal (const sp_condition_value *cond, const Set_signal_information &set) |
| void | eval_defaults (THD *thd, Sql_condition *cond) |
| int | eval_signal_informations (THD *thd, Sql_condition *cond) |
| bool | raise_condition (THD *thd, Sql_condition *cond) |
| static void | assign_defaults (Sql_condition *cond, bool set_level_code, Sql_condition::enum_warning_level level, int sqlcode) |
| const sp_condition_value * | m_cond |
| Set_signal_information | m_set_signal_information |
Detailed Description
Sql_cmd_signal represents a SIGNAL statement.
Definition at line 94 of file sql_signal.h.
Constructor & Destructor Documentation
| Sql_cmd_signal::Sql_cmd_signal |
( |
const sp_condition_value * |
cond, |
|
|
const Set_signal_information & |
set |
|
) |
| |
|
inline |
Constructor, used to represent a SIGNAL statement.
- Parameters
-
| cond | the SQL condition to signal (required). |
| set | the collection of signal informations to signal. |
Definition at line 102 of file sql_signal.h.
Member Function Documentation
| bool Sql_cmd_signal::execute |
( |
THD * |
thd | ) |
|
|
virtual |
Execute this SQL statement.
- Parameters
-
- Return values
-
| false | on success. |
| true | on error |
Implements Sql_cmd.
Definition at line 449 of file sql_signal.cc.
The documentation for this class was generated from the following files: