Skip to content

Instance Method

restrict()

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