Can be used to list the possible parameters for EVENT_CONDITION.
To define an event and its associated handler, use the CREATE
EVENT statement.
See Reference: Statements and Options > SQL Statements > CREATE EVENT Statement.
Syntax
EVENT_CONDITION_NAME ( integer )
Note: CIS functional compensation performance considerations
apply.
Parameters
Parameter
|
Description
|
integer
|
Must be greater than or equal to zero.
|
Usage
You can use EVENT_CONDITION_NAME to
obtain a list of all EVENT_CONDITION arguments
by looping over integers until the function returns NULL.
Standards and Compatibility