The system table TRIGGERS contains all triggers for which the current user has privileges.
TRIGGERS
OWNER |
CHAR(32) |
Name of table owner |
TABLENAME |
CHAR(32) |
Name of the table for which the trigger was defined |
TRIGGERNAME |
CHAR(32) |
Name of the trigger |
INSERT |
CHAR(3) |
Type of trigger |
UPDATE |
CHAR(3) |
Type of trigger |
DELETE |
CHAR(3) |
Type of trigger |
CREATEDATE |
DATE(10) |
Creation date of the trigger |
CREATETIME |
TIME(8) |
Creation time of the trigger |
DEFINITION |
LONG |
Text of the trigger definition |
COMMENT |
LONG |
Comment about the trigger |
See also:
Evaluating System Tables ® TRIGGERS