public static interface DatabaseClient.UpdateSpec
UPDATE options leading to the exchange.| Modifier and Type | Method and Description |
|---|---|
UpdatedRowsFetchSpec |
fetch()
Perform the SQL call and retrieve the result.
|
reactor.core.publisher.Mono<Void> |
then()
Perform the SQL call and return a
Mono that completes without result on statement completion. |
UpdatedRowsFetchSpec fetch()
reactor.core.publisher.Mono<Void> then()
Mono that completes without result on statement completion.Mono ignoring its payload (actively dropping).Copyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.