ConnectionWrapper

sealed class ConnectionWrapper

Functions

Link copied to clipboard
fun execute(identifier: Int?, sql: String, parameters: Int, binders: <ERROR CLASS>.() -> Unit?): Long
Link copied to clipboard
fun <R> executeQuery(identifier: Int?, sql: String, mapper: (<ERROR CLASS>) -> R, parameters: Int, binders: <ERROR CLASS>.() -> Unit?): R

Inheritors

Link copied to clipboard