SqlName (Trigger Keyword)
Specifies the SQL name to use for this trigger.
Usage
To override the default SQL name of this trigger, use the following syntax:
Trigger name [ Event = sqlevent, SqlName = sqlname, Time = time ] { //implementation }
Where sqlname is an SQL identifier.
Details
If this trigger is projected to SQL, then this name is used as the SQL trigger.
Default
If you omit this keyword, the SQL trigger name is triggername, as specified in the trigger definition.
See Also
-
“Trigger Definitions” in this book
-
“Defining Method and Trigger Generators” in Defining and Using Classes
-
“Using Triggers” in Using InterSystems SQL
-
“Introduction to Compiler Keywords” in Defining and Using Classes