@FunctionalInterface public interface ExecuteFunction
Statement for a (delayed) Result
stream.
Note that discarded Result objects must be consumed according to the R2DBC spec via either
Result.getRowsUpdated() or Result.map(BiFunction).
Statement.execute()| Modifier and Type | Method and Description |
|---|---|
org.reactivestreams.Publisher<? extends Result> |
execute(Statement statement)
|
Copyright © 2018–2020 Pivotal Software, Inc.. All rights reserved.