Log Sqlite Driver
class LogSqliteDriver(sqlDriver: SqlDriver, logger: (String) -> Unit) : SqlDriver
Content copied to clipboard
Functions
Link copied to clipboard
open override fun addListener(listener: Query.Listener, queryKeys: Array<String>)
Content copied to clipboard
Link copied to clipboard
The currently open Transacter.Transaction on the database.
Link copied to clipboard
open override fun executeQuery(identifier: Int?, sql: String, parameters: Int, binders: SqlPreparedStatement.() -> Unit?): SqlCursor
Content copied to clipboard
Execute a SQL statement and return a SqlCursor that iterates the result set.
Link copied to clipboard
Start a new Transacter.Transaction on the database.
Link copied to clipboard
Link copied to clipboard
open override fun removeListener(listener: Query.Listener, queryKeys: Array<String>)
Content copied to clipboard