Modifier and Type | Interface and Description |
---|---|
static interface |
Result.Message
Message segment reported as result of the statement processing.
|
static interface |
Result.OutSegment
Out parameters segment consisting of
readable data . |
static interface |
Result.RowSegment
Row segment consisting of
row data . |
static interface |
Result.UpdateCount
Update count segment consisting providing a
affected rows count . |
Modifier and Type | Method and Description |
---|---|
Result |
Result.filter(Predicate<Result.Segment> filter)
Returns a filtered variant of the
Result to selectively consume result segments matching filter predicate . |
<T> Publisher<T> |
Result.flatMap(Function<Result.Segment,? extends Publisher<? extends T>> mappingFunction)
Returns a mapping of the
result segments that are the results of a query against a database. |
Copyright © 2022. All rights reserved.