Trigger

This object type is used to define triggers for SQL tables and SQL table fields.

This document covers the following topics:

For general information on how to manage objects (for example, how to add or copy an object), see the Object Description documentation.


Add a Trigger

Trigger attributes

Note:
Parameters not listed here are described under Global Attributes.

Parameters
Trigger name Name of the trigger.
Trigger action Activating a trigger with the statement:
  • Insert

  • Update

  • Delete

Trigger type Activation time of a trigger:
  • After

  • Before

  • None

Editing the Trigger Code of a Trigger

The trigger code can be edited on the Trigger Code tab.

Trigger code