Object documentationSYSTEMTRIGGERS Locate this document in the navigation structure

 

The system table DOMAIN.SYSTEMTRIGGERS contains all system triggers that the current user has created.

Structure

SYSTEMTRIGGERS

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