Skip to content

Instance Property

each

When supported, describes whether the trigger executes on a per-row or per-statement basis.
var each: (any SQLExpression)?

Discussion

Even when this is left as nil, FOR EACH ROW may be emitted anyway if the dialect requires it.

See SQLCreateTrigger.EachSpecifier. If set to any other type of expression, validity checking is skipped.