
The system table DOMAIN.SYSTEMTRIGGERS contains all system triggers that the current user has created.
|
SCHEMANAME |
CHAR(32) |
Name of the schema of the system trigger |
|
TRIGGERNAME |
CHAR(32) |
Name of the system trigger |
|
OWNER |
CHAR(32) |
Name of the owner of the system trigger |
|
CREATEDATE |
DATE |
Creation date of the system trigger |
|
CREATETIME |
TIME |
Creation time of the system trigger |
|
DEFINITION |
CLOB |
SQL statement for creating the system trigger |
|
COMMENT |
CLOB |
Comment for the system trigger |
SQL Reference Manual, CREATE SYSTEM TRIGGER Statement (create_system_trigger_statement)