Package org.robovm.apple.coredata
Class NSPersistentStoreOptions
java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.coredata.NSPersistentStoreOptions
public class NSPersistentStoreOptions extends NSDictionaryWrapper
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNSPersistentStoreOptions.AsListMarshalerstatic classNSPersistentStoreOptions.Keysstatic classNSPersistentStoreOptions.Marshaler -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
data -
Constructor Summary
Constructors Constructor Description NSPersistentStoreOptions() -
Method Summary
Methods inherited from class org.robovm.apple.foundation.NSDictionaryWrapper
getDictionary, toString
-
Constructor Details
-
NSPersistentStoreOptions
public NSPersistentStoreOptions()
-
-
Method Details
-
has
-
get
-
set
-
isReadOnly
public boolean isReadOnly() -
setReadOnly
-
getTimeout
public long getTimeout() -
setTimeout
-
getSQLitePragmas
-
setSQLitePragmas
-
isSQLiteAnalyzeEnabled
public boolean isSQLiteAnalyzeEnabled() -
setSQLiteAnalyzeEnabled
-
isSQLiteManualVacuumEnabled
public boolean isSQLiteManualVacuumEnabled() -
setSQLiteManualVacuumEnabled
-
ignoresPersistentStoreVersioning
public boolean ignoresPersistentStoreVersioning() -
setIgnoresPersistentStoreVersioning
public NSPersistentStoreOptions setIgnoresPersistentStoreVersioning(boolean ignoresPersistentStoreVersioning) -
migratesPersistentStoresAutomatically
public boolean migratesPersistentStoresAutomatically() -
setMigratesPersistentStoresAutomatically
public NSPersistentStoreOptions setMigratesPersistentStoresAutomatically(boolean migratesPersistentStoresAutomatically) -
infersMappingModelAutomatically
public boolean infersMappingModelAutomatically() -
setInfersMappingModelAutomatically
public NSPersistentStoreOptions setInfersMappingModelAutomatically(boolean infersMappingModelAutomatically) -
isForceDestroy
public boolean isForceDestroy() -
setForceDestroy
-
getFileProtection
-
setFileProtection
-
getUbiquitousContentName
Deprecated.Deprecated in iOS 10.0. Please see the release notes and Core Data documentation. -
setUbiquitousContentName
Deprecated.Deprecated in iOS 10.0. Please see the release notes and Core Data documentation. -
getUbiquitousContentURL
Deprecated.Deprecated in iOS 10.0. Please see the release notes and Core Data documentation. -
setUbiquitousContentURL
Deprecated.Deprecated in iOS 10.0. Please see the release notes and Core Data documentation. -
getUbiquitousPeerToken
Deprecated.Deprecated in iOS 10.0. Please see the release notes and Core Data documentation. -
setUbiquitousPeerToken
Deprecated.Deprecated in iOS 10.0. Please see the release notes and Core Data documentation. -
shouldRemoveUbiquitousMetadata
Deprecated.Deprecated in iOS 10.0. Please see the release notes and Core Data documentation. -
setShouldRemoveUbiquitousMetadata
@Deprecated public NSPersistentStoreOptions setShouldRemoveUbiquitousMetadata(boolean shouldRemoveUbiquitousMetadata)Deprecated.Deprecated in iOS 10.0. Please see the release notes and Core Data documentation. -
getUbiquitousContainerIdentifier
Deprecated.Deprecated in iOS 10.0. Please see the release notes and Core Data documentation. -
setUbiquitousContainerIdentifier
@Deprecated public NSPersistentStoreOptions setUbiquitousContainerIdentifier(String ubiquitousContainerIdentifier)Deprecated.Deprecated in iOS 10.0. Please see the release notes and Core Data documentation. -
shouldRebuildFromUbiquitousContent
Deprecated.Deprecated in iOS 10.0. Please see the release notes and Core Data documentation. -
setShouldRebuildFromUbiquitousContent
@Deprecated public NSPersistentStoreOptions setShouldRebuildFromUbiquitousContent(boolean shouldRebuildFromUbiquitousContent)Deprecated.Deprecated in iOS 10.0. Please see the release notes and Core Data documentation.
-