Module org.seasar.doma.core
Interface SetOperator<ELEMENT>
- Type Parameters:
ELEMENT- the element type of the set operation result
- All Superinterfaces:
Buildable<Statement<List<ELEMENT>>>,Listable<ELEMENT>,SetOperand<ELEMENT>,Statement<List<ELEMENT>>,StreamMappable<ELEMENT>
- All Known Implementing Classes:
NativeSqlSetStarting
Represents a set operator.
-
Method Summary
Modifier and TypeMethodDescriptionorderBy(Consumer<OrderByIndexDeclaration> block) Peeks the built SQL.Methods inherited from interface org.seasar.doma.jdbc.criteria.statement.Listable
fetch, fetchOne, fetchOptional, streamMethods inherited from interface org.seasar.doma.jdbc.criteria.statement.SetOperand
getContext, union, unionAllMethods inherited from interface org.seasar.doma.jdbc.criteria.statement.StreamMappable
collect, mapStream, openStream
-
Method Details
-
orderBy
-
peek
Description copied from interface:BuildablePeeks the built SQL.- Specified by:
peekin interfaceBuildable<ELEMENT>- Specified by:
peekin interfaceListable<ELEMENT>- Specified by:
peekin interfaceSetOperand<ELEMENT>- Specified by:
peekin interfaceStatement<ELEMENT>- Specified by:
peekin interfaceStreamMappable<ELEMENT>- Parameters:
consumer- the SQL handler- Returns:
- this instance
-