Other Type Aliases
The following type aliases are available globally.
-
An
sqlite3 *object.Declaration
Swift
public typealias SQLiteDatabaseConnection = OpaquePointer -
An
sqlite3_snapshot *object.Seealso
Database SnapshotDeclaration
Swift
public typealias SQLiteSnapshot = UnsafeMutablePointer<sqlite3_snapshot> -
An
sqlite3_stmt *object.Seealso
SQLite Prepared Statement ObjectDeclaration
Swift
public typealias SQLitePreparedStatement = OpaquePointer
View on GitHub
Other Type Aliases Reference