Final
Usage
To specify that a trigger is final, use the following syntax:
Trigger name [ Event = sqlevent, Final ] { //implementation }
Otherwise, omit this keyword or place the word Not immediately before the keyword.
Details
A class member that is marked as final cannot be overridden in subclasses.
Default
If you omit this keyword, the trigger is not final.
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