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 *allowedCollections
Swift
var allowedCollections: YapWhitelistBlacklist? { get set }
-
Undocumented
Declaration
Objective-C
@property (atomic, strong, readwrite, nullable) YDBHooks_WillModifyRow willModifyRow
Swift
var willModifyRow: YDBHooks_WillModifyRow? { get set }
-
Undocumented
Declaration
Objective-C
@property (atomic, strong, readwrite, nullable) YDBHooks_DidModifyRow didModifyRow
Swift
var didModifyRow: YDBHooks_DidModifyRow? { get set }
-
Undocumented
Declaration
Objective-C
@property (atomic, strong, readwrite, nullable) YDBHooks_WillRemoveRow willRemoveRow
Swift
var willRemoveRow: YDBHooks_WillRemoveRow? { get set }
-
Undocumented
Declaration
Objective-C
@property (atomic, strong, readwrite, nullable) YDBHooks_DidRemoveRow didRemoveRow
Swift
var didRemoveRow: YDBHooks_DidRemoveRow? { get set }
-
Undocumented
Declaration
Objective-C
@property (atomic, strong, readwrite, nullable) YDBHooks_WillRemoveAllRows willRemoveAllRows
Swift
var willRemoveAllRows: YDBHooks_WillRemoveAllRows? { get set }
-
Undocumented
Declaration
Objective-C
@property (atomic, strong, readwrite, nullable) YDBHooks_DidRemoveAllRows didRemoveAllRows
Swift
var didRemoveAllRows: YDBHooks_DidRemoveAllRows? { get set }