X - The concrete builder typeY - The builder type for connecting a nested queryBaseOngoingSetOperationBuilder<X,Y,Z>, CriteriaBuilder<T>, FullSelectCTECriteriaBuilder<X>, LeafOngoingFinalSetOperationCriteriaBuilder<X>, LeafOngoingFinalSetOperationCTECriteriaBuilder<X>, LeafOngoingFinalSetOperationSubqueryBuilder<X>, LeafOngoingSetOperationCriteriaBuilder<X>, LeafOngoingSetOperationCTECriteriaBuilder<X>, LeafOngoingSetOperationSubqueryBuilder<X>, MiddleOngoingSetOperationCriteriaBuilder<T,Y>, MiddleOngoingSetOperationCTECriteriaBuilder<T,Y>, MiddleOngoingSetOperationSubqueryBuilder<T,Y>, OngoingSetOperationBuilder<X,Y,Z>, OngoingSetOperationCriteriaBuilder<T,Y>, OngoingSetOperationCTECriteriaBuilder<T,Y>, OngoingSetOperationSubqueryBuilder<T,Y>, StartOngoingSetOperationBuilder<X,Y,Z>, StartOngoingSetOperationCriteriaBuilder<X,Y>, StartOngoingSetOperationCTECriteriaBuilder<X,Y>, StartOngoingSetOperationSubqueryBuilder<X,Y>, SubqueryBuilder<T>public interface SetOperationBuilder<X,Y extends StartOngoingSetOperationBuilder<?,?,?>>
| Modifier and Type | Method | Description |
|---|---|---|
X |
except() |
Connects this query with the except operator with query following after this call.
|
X |
exceptAll() |
Connects this query with the except all operator with query following after this call.
|
X |
intersect() |
Connects this query with the intersect operator with query following after this call.
|
X |
intersectAll() |
Connects this query with the intersect all operator with query following after this call.
|
Y |
startExcept() |
Connects this query with the except operator with subquery following after this call.
|
Y |
startExceptAll() |
Connects this query with the except all operator with subquery following after this call.
|
Y |
startIntersect() |
Connects this query with the intersect operator with subquery following after this call.
|
Y |
startIntersectAll() |
Connects this query with the intersect all operator with subquery following after this call.
|
Y |
startUnion() |
Connects this query with the union operator with subquery following after this call.
|
Y |
startUnionAll() |
Connects this query with the union all operator with subquery following after this call.
|
X |
union() |
Connects this query with the union operator with query following after this call.
|
X |
unionAll() |
Connects this query with the union all operator with query following after this call.
|
X union()
X unionAll()
X intersect()
X intersectAll()
X except()
X exceptAll()
Y startUnion()
Y startUnionAll()
Y startIntersect()
Y startIntersectAll()
Y startExcept()
Y startExceptAll()
Copyright © 2014–2020 Blazebit. All rights reserved.