Type Definitions
The following type definitions are available globally.
-
Callback block used by
executeStatements:withResultBlock:
Declaration
Objective-C
typedef int (^FMDBExecuteStatementsCallbackBlock)(NSDictionary *_Nonnull)
Swift
typealias FMDBExecuteStatementsCallbackBlock = ([AnyHashable : Any]) -> Int32