YapDatabaseHooks
@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
Undocumented
-
Undocumented
Declaration
Objective-C
- (instancetype)init;Swift
init() -
Undocumented
Declaration
Objective-C
@property (atomic, strong, readwrite, nullable) YapWhitelistBlacklist *allowedCollectionsSwift
var allowedCollections: YapWhitelistBlacklist? { get set } -
Undocumented
Declaration
Objective-C
@property (atomic, strong, readwrite, nullable) YDBHooks_WillModifyRow willModifyRowSwift
var willModifyRow: YDBHooks_WillModifyRow? { get set } -
Undocumented
Declaration
Objective-C
@property (atomic, strong, readwrite, nullable) YDBHooks_DidModifyRow didModifyRowSwift
var didModifyRow: YDBHooks_DidModifyRow? { get set } -
Undocumented
Declaration
Objective-C
@property (atomic, strong, readwrite, nullable) YDBHooks_WillRemoveRow willRemoveRowSwift
var willRemoveRow: YDBHooks_WillRemoveRow? { get set } -
Undocumented
Declaration
Objective-C
@property (atomic, strong, readwrite, nullable) YDBHooks_DidRemoveRow didRemoveRowSwift
var didRemoveRow: YDBHooks_DidRemoveRow? { get set } -
Undocumented
Declaration
Objective-C
@property (atomic, strong, readwrite, nullable) YDBHooks_WillRemoveAllRows willRemoveAllRowsSwift
var willRemoveAllRows: YDBHooks_WillRemoveAllRows? { get set } -
Undocumented
Declaration
Objective-C
@property (atomic, strong, readwrite, nullable) YDBHooks_DidRemoveAllRows didRemoveAllRowsSwift
var didRemoveAllRows: YDBHooks_DidRemoveAllRows? { get set }
YapDatabaseHooks Class Reference