Internal
Usage
To specify that this trigger definition is internal, use the following syntax:
Trigger name [ Event = sqlevent, Internal ] { //implementation }
Otherwise, omit this keyword or place the word Not immediately before the keyword.
Details
Internal class members are not displayed in the class documentation. This keyword is useful if you want users to see a class but not see all its members.
Default
If you omit this keyword, this trigger is displayed in the class documentation.
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