Package io.army.criteria.postgre
Interface PostgreQuery._UnionSpec<I extends io.army.criteria.Item>
- All Superinterfaces:
io.army.criteria.Query._AsQueryClause<I>,io.army.criteria.RowSet._StaticExceptClause<PostgreQuery._QueryWithComplexSpec<I>>,io.army.criteria.RowSet._StaticIntersectClause<PostgreQuery._QueryWithComplexSpec<I>>,io.army.criteria.RowSet._StaticUnionClause<PostgreQuery._QueryWithComplexSpec<I>>
- All Known Subinterfaces:
PostgreQuery._FromSpec<I>,PostgreQuery._GroupByCommaSpec<I>,PostgreQuery._GroupBySpec<I>,PostgreQuery._HavingAndSpec<I>,PostgreQuery._HavingSpec<I>,PostgreQuery._JoinSpec<I>,PostgreQuery._OrderBySpec<I>,PostgreQuery._ParensJoinSpec<I>,PostgreQuery._PostgreSelectCommaSpec<I>,PostgreQuery._RepeatableJoinClause<I>,PostgreQuery._TableSampleJoinSpec<I>,PostgreQuery._UnionOrderBySpec<I>,PostgreQuery._WhereAndSpec<I>,PostgreQuery._WhereSpec<I>,PostgreQuery._WindowCommaSpec<I>,PostgreQuery._WindowSpec<I>
- Enclosing interface:
PostgreQuery
public static interface PostgreQuery._UnionSpec<I extends io.army.criteria.Item>
extends io.army.criteria.RowSet._StaticUnionClause<PostgreQuery._QueryWithComplexSpec<I>>, io.army.criteria.RowSet._StaticIntersectClause<PostgreQuery._QueryWithComplexSpec<I>>, io.army.criteria.RowSet._StaticExceptClause<PostgreQuery._QueryWithComplexSpec<I>>, io.army.criteria.Query._AsQueryClause<I>
-
Method Summary
Methods inherited from interface io.army.criteria.Query._AsQueryClause
asQueryMethods inherited from interface io.army.criteria.RowSet._StaticExceptClause
except, exceptAll, exceptDistinctMethods inherited from interface io.army.criteria.RowSet._StaticIntersectClause
intersect, intersectAll, intersectDistinctMethods inherited from interface io.army.criteria.RowSet._StaticUnionClause
union, unionAll, unionDistinct