Skip to content

Instance Property

orderTriggerName

When order is not nil, specifies the name of the trigger to which the ordering will apply.
var orderTriggerName: (any SQLExpression)?

Discussion

If order is not nil, but this property is, order is ignored.

See SQLCreateTrigger.OrderSpecifier.

Note

The order and the name to apply it to being separate properties is yet another API design flaw.