Specifies when an event handler is triggered.
To define an event and its associated handler, use the CREATE EVENT statement.
See Reference: Statements and Options > SQL Statements > CREATE EVENT Statement.
EVENT_CONDITION ( condition-name )
Parameter |
Definition |
---|---|
condition-name |
The condition triggering the event. The possible values are preset in the database, and are case-insensitive. Each condition is valid only for certain event types. |
Condition name |
Units |
Valid for |
Comment |
---|---|---|---|
DBFreePercent |
N/A |
DBDiskSpace |
DBDiskSpace shows free space in the system database file (.db file), not the IQ store. |
DBFreeSpace |
Megabytes |
DBDiskSpace |
|
DBSize |
Megabytes |
GrowDB |
|
ErrorNumber |
N/A |
RAISERROR |
|
IdleTime |
Seconds |
ServerIdle |
|
Interval |
Seconds |
All |
Time since handler last executed. |
LogFreePercent |
N/A |
LogDiskSpace |
|
LogFreeSpace |
Megabytes |
LogDiskSpace |
|
LogSize |
Megabytes |
GrowLog |
|
RemainingValues |
Integer |
GlobalAutoincrement |
The number of remaining values. |
TempFreePercent |
N/A |
TempDiskSpace |
TempDiskSpace shows free space in the system temporary file (pointed to by TEMP or IQTMP15 environment variable), not the IQ temporary store. |
TempFreeSpace |
Megabytes |
TempDiskSpace |
|
TempSize |
Megabytes |
GrowTemp |
INT