Skip to main content

Triggers

Triggers

An InterSystems SQL table can also have triggersOpens in a new tab. To define these, you add trigger definitions to the corresponding class definition.

Triggers define code to be executed automatically when specific events occur, specifically when a record is inserted, modified, or deleted.

For more information on triggers, see Other Options for Persistent Classes.

FeedbackOpens in a new tab