-
org.reactivestreams.Publisher<Row>
Executes a query operation using a prepared statement with the specified
arguments and returns the resulting rows.
org.reactivestreams.Publisher<Row>
Returns the resulting rows.
<T> org.reactivestreams.Publisher<T>
Executes the statement, applies a row mapping function to the resulting rows and returns the results.
<T> org.reactivestreams.Publisher<T>
Executes a query operation using a prepared statement with the specified
arguments, applies a row mapping function to the resulting rows and returns
the results.
<T> reactor.core.publisher.Mono<T>
Executes a query operation using a prepared statement with the specified
arguments, maps a single row to an object using a row mapping function and
return that object.