vertx / io.vertx.kotlin.sqlclient / io.vertx.sqlclient.SqlConnection / preparedBatchAwait

preparedBatchAwait

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