Class NSPersistentStoreOptions

java.lang.Object
org.robovm.apple.foundation.NSDictionaryWrapper
org.robovm.apple.coredata.NSPersistentStoreOptions

public class NSPersistentStoreOptions
extends NSDictionaryWrapper
  • Constructor Details

    • NSPersistentStoreOptions

      public NSPersistentStoreOptions()
  • Method Details

    • has

      public boolean has​(NSString key)
    • get

      public NSObject get​(NSString key)
    • set

      public NSPersistentStoreOptions set​(NSString key, NSObject value)
    • isReadOnly

      public boolean isReadOnly()
    • setReadOnly

      public NSPersistentStoreOptions setReadOnly​(boolean readOnly)
    • getTimeout

      public long getTimeout()
    • setTimeout

      public NSPersistentStoreOptions setTimeout​(long timeout)
    • getSQLitePragmas

      public Map<String,​NSObject> getSQLitePragmas()
    • setSQLitePragmas

      public NSPersistentStoreOptions setSQLitePragmas​(Map<String,​NSObject> sQLitePragmas)
    • isSQLiteAnalyzeEnabled

      public boolean isSQLiteAnalyzeEnabled()
    • setSQLiteAnalyzeEnabled

      public NSPersistentStoreOptions setSQLiteAnalyzeEnabled​(boolean sQLiteAnalyzeEnabled)
    • isSQLiteManualVacuumEnabled

      public boolean isSQLiteManualVacuumEnabled()
    • setSQLiteManualVacuumEnabled

      public NSPersistentStoreOptions setSQLiteManualVacuumEnabled​(boolean sQLiteManualVacuumEnabled)
    • 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

      public NSPersistentStoreOptions setForceDestroy​(boolean forceDestroy)
    • getFileProtection

      public NSFileProtection getFileProtection()
    • setFileProtection

      public NSPersistentStoreOptions setFileProtection​(NSFileProtection fileProtection)
    • getUbiquitousContentName

      @Deprecated public String getUbiquitousContentName()
      Deprecated.
      Deprecated in iOS 10.0. Please see the release notes and Core Data documentation.
    • setUbiquitousContentName

      @Deprecated public NSPersistentStoreOptions setUbiquitousContentName​(String ubiquitousContentName)
      Deprecated.
      Deprecated in iOS 10.0. Please see the release notes and Core Data documentation.
    • getUbiquitousContentURL

      @Deprecated public String getUbiquitousContentURL()
      Deprecated.
      Deprecated in iOS 10.0. Please see the release notes and Core Data documentation.
    • setUbiquitousContentURL

      @Deprecated public NSPersistentStoreOptions setUbiquitousContentURL​(String ubiquitousContentURL)
      Deprecated.
      Deprecated in iOS 10.0. Please see the release notes and Core Data documentation.
    • getUbiquitousPeerToken

      @Deprecated public String getUbiquitousPeerToken()
      Deprecated.
      Deprecated in iOS 10.0. Please see the release notes and Core Data documentation.
    • setUbiquitousPeerToken

      @Deprecated public NSPersistentStoreOptions setUbiquitousPeerToken​(String ubiquitousPeerToken)
      Deprecated.
      Deprecated in iOS 10.0. Please see the release notes and Core Data documentation.
    • shouldRemoveUbiquitousMetadata

      @Deprecated public boolean 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 public String 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 public boolean 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.