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 . |
Modifier and Type | Method and Description |
---|---|
Publisher<? extends Result> |
Batch.execute()
Executes one or more SQL statements and returns the
Result s. |
Publisher<? extends Result> |
Statement.execute()
Executes one or more SQL statements and returns the
Result s. |
Copyright © 2021. All rights reserved.