suspend fun SQLConnection.batchAwait(sqlStatements: List<String>): List<Int>
Suspending version of method io.vertx.ext.sql.SQLConnection.batch
Return
NOTE: This function has been automatically generated from io.vertx.ext.sql.SQLConnection using Vert.x codegen.