ConnectionWrapper

sealed class ConnectionWrapper : SqlDriver

Functions

Link copied to clipboard
abstract fun addListener(listener: Query.Listener, queryKeys: Array<String>)
Link copied to clipboard
expect abstract fun close()
Link copied to clipboard
abstract fun currentTransaction(): Transacter.Transaction?
Link copied to clipboard
override fun execute(identifier: Int?, sql: String, parameters: Int, binders: SqlPreparedStatement.() -> Unit?)
Link copied to clipboard
override fun executeQuery(identifier: Int?, sql: String, parameters: Int, binders: SqlPreparedStatement.() -> Unit?): SqlCursor
Link copied to clipboard
abstract fun newTransaction(): Transacter.Transaction
Link copied to clipboard
abstract fun notifyListeners(queryKeys: Array<String>)
Link copied to clipboard
abstract fun removeListener(listener: Query.Listener, queryKeys: Array<String>)

Inheritors

Link copied to clipboard