ELEMENT - the element type of the set operation resultpublic interface SetOperator<ELEMENT> extends SetOperand<ELEMENT>
| Modifier and Type | Method and Description |
|---|---|
SetOperand<ELEMENT> |
orderBy(java.util.function.Consumer<OrderByIndexDeclaration> block) |
SetOperator<ELEMENT> |
peek(java.util.function.Consumer<Sql<?>> consumer)
Peeks the built SQL.
|
getContext, union, unionAllcollect, mapStream, openStreamfetch, fetchOne, fetchOptional, streamSetOperand<ELEMENT> orderBy(java.util.function.Consumer<OrderByIndexDeclaration> block)
SetOperator<ELEMENT> peek(java.util.function.Consumer<Sql<?>> consumer)
Buildablepeek in interface Buildable<Statement<java.util.List<ELEMENT>>>peek in interface Listable<ELEMENT>peek in interface SetOperand<ELEMENT>peek in interface Statement<java.util.List<ELEMENT>>peek in interface StreamMappable<ELEMENT>consumer - the SQL handler