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

batchAwait

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

Suspending version of method io.vertx.ext.sql.SQLConnection.batch

Parameters

sqlStatements - sql statement

Return

List

NOTE: This function has been automatically generated from io.vertx.ext.sql.SQLConnection using Vert.x codegen.