Typealiases
The following typealiases are available globally.
-
A tracing function that takes an SQL string.
Declaration
Swift
public typealias TraceFunction = (String) -> Void
-
A raw SQLite connection, suitable for the SQLite C API.
Declaration
Swift
public typealias SQLiteConnection = OpaquePointer
-
A raw SQLite function argument.
Declaration
Swift
typealias SQLiteValue = OpaquePointer
-
Undocumented
-
A raw SQLite statement, suitable for the SQLite C API.
Declaration
Swift
public typealias SQLiteStatement = OpaquePointer