vertx / io.vertx.kotlin.sqlclient / io.vertx.sqlclient.Transaction / preparedBatchAwait

preparedBatchAwait

suspend fun Transaction.preparedBatchAwait(sql: String, batch: List<Tuple>): RowSet<Row>