Online Documentation for SQL Manager for InterBase/Firebird
Triggers
A Trigger is an object in the database that is invoked when a particular SQL statement is run. In InterBase/Firebird, a trigger is a self-contained program associated with a table or view that automatically performs an action (fires) in response to a DML operation (when a row in the table or view is inserted, updated, or deleted).
Trigger Editor allows you to define trigger properties. It opens automatically when you create a new trigger and is available on editing an existing one.
To open a trigger in Trigger Editor, double-click it in the DB Explorer tree.
- Using Navigation bar and Toolbar
- Creating/editing trigger
- Browsing object dependencies
- Editing object description
- Viewing object operations
- Viewing DDL definition
See also: |