SQL Guide : Database system tables and system views : System tables : SYS_EVENTS
  
SYS_EVENTS
Column name
Data type
Description
ID
INTEGER
Unique event identifier.
EVENT_NAME
WVARCHAR
The name of the event.
EVENT_PARAMCOUNT
INTEGER
Number of parameters.
EVENT_PARAMTYPES
LONG VARBINARY
Types of parameters.
EVENT_TEXT
WVARCHAR
The body of the event.
EVENT_SCHEMA
WVARCHAR
The owner of the event.
EVENT_CATALOG
WVARCHAR
The owner of the event.
CREATIME
TIMESTAMP
Creation time.
TYPE
INTEGER
Reserved for future use.
See also
System tables