YDB_NotifyReason

enum YDB_NotifyReason {}

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_EdgeDeleted

    Swift

    case edgeDeleted = 0
  • Undocumented

    Declaration

    Objective-C

    YDB_SourceNodeDeleted

    Swift

    case sourceNodeDeleted = 1
  • Undocumented

    Declaration

    Objective-C

    YDB_DestinationNodeDeleted

    Swift

    case destinationNodeDeleted = 2