Extensions
The following extensions are available globally.
-
Adds support for Data to be used in SQLite statements
See moreDeclaration
Swift
extension Data: DbInValue, DbOutValue
-
Adds support for String to be used in SQLite statements
See moreDeclaration
Swift
extension String: DbInValue, DbOutValue
-
Adds support for Bool to be used in SQLite statements
See moreDeclaration
Swift
extension Bool: DbInValue, DbOutValue
-
Adds support for Int32 to be used in SQLite statements
See moreDeclaration
Swift
extension Int32: DbInValue, DbOutValue