Contents

sqlitePragmas

The SQLite pragmas set for the associated persistent store. (read-only)

Declaration

var sqlitePragmas: [String : NSObject] { get }

Discussion

This property contains all of the pragmas set on the associated persistent store. This property is only relevant when the type is set to NSSQLiteStoreType.

See Also

Accessing the Configuration Options