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