Skip to main content

Final (Trigger Keyword)

Specifies whether this trigger is final (cannot be overridden in subclasses).

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

Purpose of this instance: Draft documentation
DocReleaseID: IRISforHealth2025.1
Content loaded from:
/staging/learning/iris-doc/2025.1.x/doc/cache/en-us/src/
/staging/learning/iris-doc/2025.1.x/doc/ensemble/en-us/src/
/staging/learning/iris-doc/2025.1.x/doc/security/en-us/src/
/staging/learning/iris-doc/2025.1.x/doc/irishealth/en-us/src/
/staging/learning/iris-doc/2025.1.x/doc/healthcommon/en-us/src/
Excluded items: GCONV
FeedbackOpens in a new tab