ELEMENT - the element type of the set operation resultpublic interface SetOperand<ELEMENT> extends StreamMappable<ELEMENT>
| Modifier and Type | Method and Description |
|---|---|
SetOperationContext<ELEMENT> |
getContext()
Returns the set operation context
|
SetOperand<ELEMENT> |
peek(java.util.function.Consumer<Sql<?>> consumer)
Peeks the built SQL.
|
SetOperator<ELEMENT> |
union(SetOperand<ELEMENT> other)
Creates an UNION statement
|
SetOperator<ELEMENT> |
unionAll(SetOperand<ELEMENT> other)
Creates an UNION ALL statement
|
collect, mapStream, openStreamfetch, fetchOne, fetchOptional, streamSetOperationContext<ELEMENT> getContext()
SetOperator<ELEMENT> union(SetOperand<ELEMENT> other)
other - the UNION operandSetOperator<ELEMENT> unionAll(SetOperand<ELEMENT> other)
other - the UNION ALL operandSetOperand<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 Statement<java.util.List<ELEMENT>>peek in interface StreamMappable<ELEMENT>consumer - the SQL handler