Skip to content

Instance Property

procedure

The name of a pre-existing stored procedure to invoke as the body of the trigger.
var procedure: (any SQLExpression)?

Discussion

This is a stored procedure in the SQL sense, a routine defined by a CREATE PROCEDURE query. Either this property or body must be non-nil, and most dialects only support one or the other.