Skip to content

Instance Method

restrict()

Adds a RESTRICT clause to the DROP TRIGGER statement instructing that if any objects depend on this trigger, the drop should be refused.
@discardableResult func restrict() -> Self