The TRIGGERS system table contains all the triggers for which the current user has privileges.
TRIGGERS
OWNER |
CHAR(32) |
Name of table owner |
TABLENAME |
CHAR(32) |
Name of table for which trigger was defined |
TRIGGERNAME |
CHAR(32) |
Name of 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 trigger |
CREATETIME |
TIME(8) |
Creation time of trigger |
DEFINITION |
LONG |
Text of trigger definition |
COMMENT |
LONG |
Comment about trigger |
See also:
Evaluating System Tables ® TRIGGERS