Table Triggers

The Table Triggers page is used to create a list of table triggers.

Trigger is a function consisting of SQL commands and describing the operations to be executed under certain conditions.

To create a trigger:

The Trigger Properties dialog box opens.

To edit selected trigger:

The Trigger Properties dialog box opens. Enter required changes to it. The Trigger Properties dialog box also opens on double-click.

To delete the current trigger, click the Delete button.

If a trigger is created outside Foresight Analytics Platform (for example, in TOAD), it can be refreshed. To do this, click the Refresh button.

Trigger Properties

The Trigger Properties dialog box opens when a trigger is created or edited:

Determine the following attributes in the opened dialog box:

Then select the trigger action event; to do this, checkmark appropriate boxes:

NOTE. If a Microsoft SQL Server driver is chosen, the AFTER/BEFORE checkbox does not affect the created trigger, because Microsoft SQL Server does not have such division.

See also:

Table