execute

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