Package-level declarations

Types

Link copied to clipboard
value class SqliteColumnType(val id: Int)

SQLite Fundamental Datatypes

Link copied to clipboard
typealias SqliteComparatorCallback = (stringA: String, stringB: String) -> Int
Link copied to clipboard
typealias SqliteComparatorCallbackRaw = (firstStringLength: Int, firstStringPtr: WasmPtr<Byte>, secondStringLength: Int, secondStringPtr: WasmPtr<Byte>) -> Int
Link copied to clipboard
value class SqliteConfigParameter(val id: Int)

SQLite C Interface: Configuration Options

Link copied to clipboard
class SqliteDb
Link copied to clipboard

SQLite C Interface: Database Connection Configuration Options

Link copied to clipboard

SQLite C Interface: Status Parameters for database connections

Link copied to clipboard
value class SqliteDestructorType(val id: Int)

SQLite C Interface: Constants Defining Special Destructor Behavior

Link copied to clipboard
data class SqliteErrorInfo(val sqliteErrorCode: SqliteResultCode, val sqliteExtendedErrorCode: SqliteResultCode = sqliteErrorCode, val sqliteMsg: String? = null)
Link copied to clipboard
typealias SqliteExecCallback = (results: List<String>, columnNames: List<String>) -> Int
Link copied to clipboard
typealias SqliteLogCallback = (errCode: Int, message: String) -> Unit
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
value class SqliteResultCode(val id: Int)

SQLite C Interface: Result Codes

Link copied to clipboard
Link copied to clipboard
value class SqliteTextEncoding(val id: Int)

SQLite C Interface: Text Encodings

Link copied to clipboard
sealed class SqliteTrace
Link copied to clipboard
typealias SqliteTraceCallback = (trace: SqliteTrace) -> Unit
Link copied to clipboard

SQL Trace Event Codes

Functions

Link copied to clipboard