SqlName
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 Using Caché Objects
-
“Using Triggers” in Using Caché SQL
-
“Introduction to Compiler Keywords” in Using Caché Objects