SQLite Maestro online Help
| Prev | Return to chapter overview | Next |
Specifying trigger properties
Type (Before, After)
Determines whether the function is called before or after the event.
Event
One of Insert, Update, or Delete; this specifies the event that will fire the trigger.
Field list
This is available when Update of option is selected in Event select. You can specify which fields are to be updated to cause the trigger being fired.
When expression
If you supply when expression, the SQL statements specified as trigger steps are only executed for those rows for which the WHEN clause is true. If no WHEN clause is supplied, the SQL statements are executed for all rows.

| Prev | Return to chapter overview | Next |






