YDB_NodeDeleteRules

enum YDB_NodeDeleteRules {}

Welcome to YapDatabase!

The project page has a wealth of documentation if you have any questions. https://github.com/yapstudios/YapDatabase

If you’re new to the project you may want to visit the wiki. https://github.com/yapstudios/YapDatabase/wiki

The YapDatabaseRelationship extension allow you to create relationships between objects, and configure automatic deletion rules.

For tons of information about this extension, see the wiki article: https://github.com/yapstudios/YapDatabase/wiki/Relationships

  • Undocumented

    Declaration

    Objective-C

    YDB_NotifyIfSourceDeleted      = 1 << 0

    Swift

    static var notifyIfSourceDeleted: YDB_NodeDeleteRules { get }
  • Undocumented

    Declaration

    Objective-C

    YDB_NotifyIfDestinationDeleted = 1 << 1

    Swift

    static var notifyIfDestinationDeleted: YDB_NodeDeleteRules { get }
  • Undocumented

    Declaration

    Objective-C

    YDB_DeleteSourceIfDestinationDeleted = 1 << 2

    Swift

    static var deleteSourceIfDestinationDeleted: YDB_NodeDeleteRules { get }
  • Undocumented

    Declaration

    Objective-C

    YDB_DeleteDestinationIfSourceDeleted = 1 << 3

    Swift

    static var deleteDestinationIfSourceDeleted: YDB_NodeDeleteRules { get }
  • Undocumented

    Declaration

    Objective-C

    YDB_DeleteSourceIfAllDestinationsDeleted = 1 << 4

    Swift

    static var deleteSourceIfAllDestinationsDeleted: YDB_NodeDeleteRules { get }
  • Undocumented

    Declaration

    Objective-C

    YDB_DeleteDestinationIfAllSourcesDeleted = 1 << 5

    Swift

    static var deleteDestinationIfAllSourcesDeleted: YDB_NodeDeleteRules { get }