suspend fun PreparedQuery.batchAwait(argsList: List<Tuple>): RowSet
Suspending version of method io.vertx.sqlclient.PreparedQuery.batch
argsList
- the list of tuple for the batch
Return
NOTE: This function has been automatically generated from io.vertx.sqlclient.PreparedQuery using Vert.x codegen.