Sql Driver
Types
Functions
currentTransaction
Link copied to clipboard
executeQuery
Link copied to clipboard
abstract fun executeQuery(identifier: Int?, sql: String, parameters: Int, binders: SqlPreparedStatement.() -> Unit? = null): SqlCursor
Content copied to clipboard
Execute a SQL statement and return a SqlCursor that iterates the result set.
newTransaction
Link copied to clipboard
Inheritors
LogSqliteDriver
Link copied to clipboard