|
My Project
|
This class represents 'DECLARE HANDLER' statement. More...
#include <sp_pcontext.h>
Public Types | |
| enum | enum_type { EXIT, CONTINUE } |
Public Member Functions | |
| sp_handler (enum_type _type, sp_pcontext *_scope) | |
Public Attributes | |
| enum_type | type |
| Handler type. | |
| sp_pcontext * | scope |
| BEGIN..END block of the handler. | |
| List< sp_condition_value > | condition_values |
| Conditions caught by this handler. | |
This class represents 'DECLARE HANDLER' statement.
Enumeration of possible handler types. Note: UNDO handlers are not (and have never been) supported.
| sp_handler::sp_handler | ( | enum_type | _type, |
| sp_pcontext * | _scope | ||
| ) | [inline] |
The constructor.
| _type | SQL-handler type. |
| _scope | Handler scope. |
1.7.6.1