Log Sqlite Driver
class LogSqliteDriver(sqlDriver: SqlDriver, logger: (String) -> Unit) : SqlDriver
Content copied to clipboard
Functions
currentTransaction
Link copied to clipboard
executeQuery
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.
newTransaction
Link copied to clipboard