JdbcExecutor

interface JdbcExecutor

Functions

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

Inheritors

Link copied to clipboard