#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_resignal represents a RESIGNAL statement.
Definition at line 121 of file sql_signal.h.
Constructor & Destructor Documentation
| Sql_cmd_resignal::Sql_cmd_resignal |
( |
const sp_condition_value * |
cond, |
|
|
const Set_signal_information & |
set |
|
) |
| |
|
inline |
Constructor, used to represent a RESIGNAL statement.
- Parameters
-
| cond | the SQL condition to resignal (optional, may be NULL). |
| set | the collection of signal informations to resignal. |
Definition at line 129 of file sql_signal.h.
Member Function Documentation
| bool Sql_cmd_resignal::execute |
( |
THD * |
thd | ) |
|
|
virtual |
Execute RESIGNAL SQL-statement.
- Parameters
-
- Returns
- Error status
- Return values
-
| true | in case of error |
| false | on success |
Implements Sql_cmd.
Definition at line 488 of file sql_signal.cc.
The documentation for this class was generated from the following files: