vertx / io.vertx.kotlin.ext.sql / io.vertx.ext.sql.SQLConnection / batchAwait

batchAwait

suspend fun SQLConnection.batchAwait(sqlStatements: List<String>): List<Int>

Batch simple SQL strings and execute the batch where the async result contains a array of Integers.

Parameters

sqlStatements - sql statement

handler - the result handler

Return