Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Trigger Concepts

A database trigger is a condition that is defined at the field or table level in the Repository. The trigger definition allows a function to be linked to a specific database operation and condition. The trigger function will be invoked automatically when a specific type of I/O operation occurs to a table and when a specific set of conditions are met.

...