Hooks
-
Undocumented
See moreDeclaration
Objective-C
@interface YapDatabaseHooks : YapDatabaseExtension - (instancetype)init; @property (atomic, strong, readwrite, nullable) YapWhitelistBlacklist *allowedCollections; @property (atomic, strong, readwrite, nullable) YDBHooks_WillModifyRow willModifyRow; @property (atomic, strong, readwrite, nullable) YDBHooks_DidModifyRow didModifyRow; @property (atomic, strong, readwrite, nullable) YDBHooks_WillRemoveRow willRemoveRow; @property (atomic, strong, readwrite, nullable) YDBHooks_DidRemoveRow didRemoveRow; @property (atomic, strong, readwrite, nullable) YDBHooks_WillRemoveAllRows willRemoveAllRows; @property (atomic, strong, readwrite, nullable) YDBHooks_DidRemoveAllRows didRemoveAllRows; @end
Swift
class YapDatabaseHooks : YapDatabaseExtension
-
Undocumented
See moreDeclaration
Objective-C
@interface YapDatabaseHooksConnection : YapDatabaseExtensionConnection /** * Returns the parent extension instance. */ @property (nonatomic, strong, readonly) YapDatabaseHooks *parent; @end
Swift
class YapDatabaseHooksConnection : YapDatabaseExtensionConnection
-
Undocumented
Declaration
Objective-C
@interface YapDatabaseHooksTransaction : YapDatabaseExtensionTransaction @end
Swift
class YapDatabaseHooksTransaction : YapDatabaseExtensionTransaction