My Project
Public Member Functions
Sql_cmd_resignal Class Reference

#include <sql_signal.h>

Inheritance diagram for Sql_cmd_resignal:
Sql_cmd_common_signal Sql_cmd Sql_alloc

List of all members.

Public Member Functions

 Sql_cmd_resignal (const sp_condition_value *cond, const Set_signal_information &set)
virtual enum_sql_command sql_command_code () const
 Return the command code for this statement.
virtual bool execute (THD *thd)

Detailed Description

Sql_cmd_resignal represents a RESIGNAL statement.


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:
condthe SQL condition to resignal (optional, may be NULL).
setthe collection of signal informations to resignal.

Member Function Documentation

bool Sql_cmd_resignal::execute ( THD *  thd) [virtual]

Execute RESIGNAL SQL-statement.

Parameters:
thdThread context.
Returns:
Error status
Return values:
truein case of error
falseon success

Implements Sql_cmd.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines