ExecuteFunction
support instead.@Deprecated @FunctionalInterface public interface ExecuteFunction extends 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)
Deprecated.
|
Copyright © 2018–2022 Pivotal Software, Inc.. All rights reserved.