R2dbcExecutor

interface R2dbcExecutor

Functions

Link copied to clipboard
abstract suspend fun <R> execute(con: Connection, sql: String, variables: List<Any>, block: suspend Result.() -> R): R

Inheritors

Link copied to clipboard