vertx / io.vertx.kotlin.sqlclient / io.vertx.sqlclient.PreparedQuery / batchAwait

batchAwait

suspend fun PreparedQuery.batchAwait(argsList: List<Tuple>): RowSet<Row>

Suspending version of method io.vertx.sqlclient.PreparedQuery.batch

Parameters

argsList - the list of tuple for the batch

Return

RowSet

NOTE: This function has been automatically generated from io.vertx.sqlclient.PreparedQuery using Vert.x codegen.