ConnectionWrapper

Functions

Link copied to clipboard
abstract fun addListener(vararg queryKeys: String, listener: Query.Listener)
Link copied to clipboard
abstract fun close()
Link copied to clipboard
Link copied to clipboard
override fun execute(identifier: Int?, sql: String, parameters: Int, binders: SqlPreparedStatement.() -> Unit?): QueryResult<Long>
Link copied to clipboard
override fun <R> executeQuery(identifier: Int?, sql: String, mapper: (SqlCursor) -> QueryResult<R>, parameters: Int, binders: SqlPreparedStatement.() -> Unit?): QueryResult<R>
Link copied to clipboard
Link copied to clipboard
abstract fun notifyListeners(vararg queryKeys: String)
Link copied to clipboard
abstract fun removeListener(vararg queryKeys: String, listener: Query.Listener)