Skip to content

Instance Property

allowsBatch

Indicates support for performing multiple alterations to a table in a single query.
var allowsBatch: Bool

Discussion

If false, a separate ALTER TABLE statement must be executed for each desired change.