mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-23 04:00:00 +00:00
Add NSSQLiteManualVacuumOption
This commit is contained in:
parent
9cf905288c
commit
9eee5ab344
@ -47,6 +47,7 @@ NSString *const NSInferMappingModelAutomaticallyOption =
|
|||||||
@"NSInferMappingModelAutomaticallyOption";
|
@"NSInferMappingModelAutomaticallyOption";
|
||||||
NSString *const NSReadOnlyPersistentStoreOption =
|
NSString *const NSReadOnlyPersistentStoreOption =
|
||||||
@"NSReadOnlyPersistentStoreOption";
|
@"NSReadOnlyPersistentStoreOption";
|
||||||
|
NSString *const NSSQLiteManualVacuumOption = @"NSSQLiteManualVacuumOption";
|
||||||
NSString *const NSStoreModelVersionHashesKey =
|
NSString *const NSStoreModelVersionHashesKey =
|
||||||
@"NSStoreModelVersionHashesKey";
|
@"NSStoreModelVersionHashesKey";
|
||||||
|
|
||||||
|
@ -41,6 +41,7 @@ COREDATA_EXPORT NSString *const NSPersistentStoreSaveConflictsErrorKey;
|
|||||||
|
|
||||||
COREDATA_EXPORT NSString *const NSInferMappingModelAutomaticallyOption;
|
COREDATA_EXPORT NSString *const NSInferMappingModelAutomaticallyOption;
|
||||||
COREDATA_EXPORT NSString *const NSReadOnlyPersistentStoreOption;
|
COREDATA_EXPORT NSString *const NSReadOnlyPersistentStoreOption;
|
||||||
|
COREDATA_EXPORT NSString *const NSSQLiteManualVacuumOption;
|
||||||
|
|
||||||
@interface NSPersistentStoreCoordinator : NSObject <NSLocking> {
|
@interface NSPersistentStoreCoordinator : NSObject <NSLocking> {
|
||||||
NSLock *_lock;
|
NSLock *_lock;
|
||||||
|
Loading…
Reference in New Issue
Block a user