suspend fun SQLConnection.batchWithParamsAwait(sqlStatement: String, args: List<JsonArray>): List<Int>
Suspending version of method io.vertx.ext.sql.SQLConnection.batchWithParams
args
- the prepared statement arguments
Return
NOTE: This function has been automatically generated from io.vertx.ext.sql.SQLConnection using Vert.x codegen.