vertx / io.vertx.kotlin.pgclient / io.vertx.pgclient.PgConnection / preparedBatchAwait

preparedBatchAwait

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