executeBatch

fun <T> executeBatch(query: String, elements: Iterable<T>, block: ExecuteBatch<T>.() -> Unit = {})