| 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  
Results. | 
Publisher<? extends Result> | 
Statement.execute()
Executes one or more SQL statements and returns the  
Results. | 
Copyright © 2022. All rights reserved.