spring-boot-data-r2dbc-jooq icon indicating copy to clipboard operation
spring-boot-data-r2dbc-jooq copied to clipboard

Add executeReturning() and executeReturningOne() for delete

Open gofabian opened this issue 4 years ago • 0 comments

ReactiveJooq.executeReturning(DeleteResultStep) -> Flux<Record>
ReactiveJooq.executeReturningOne(DeleteResultStep) -> Mono<Record>

gofabian avatar May 08 '20 20:05 gofabian