Interface PostgreValues._UnionSpec<I extends io.army.criteria.Item>

All Superinterfaces:
io.army.criteria.RowSet._StaticExceptClause<PostgreValues._QueryComplexSpec<I>>, io.army.criteria.RowSet._StaticIntersectClause<PostgreValues._QueryComplexSpec<I>>, io.army.criteria.RowSet._StaticUnionClause<PostgreValues._QueryComplexSpec<I>>
All Known Subinterfaces:
PostgreValues._OrderBySpec<I>, PostgreValues._StaticValuesRowCommaSpec<I>, PostgreValues._UnionOrderBySpec<I>
Enclosing interface:
PostgreValues

public static interface PostgreValues._UnionSpec<I extends io.army.criteria.Item> extends io.army.criteria.RowSet._StaticUnionClause<PostgreValues._QueryComplexSpec<I>>, io.army.criteria.RowSet._StaticIntersectClause<PostgreValues._QueryComplexSpec<I>>, io.army.criteria.RowSet._StaticExceptClause<PostgreValues._QueryComplexSpec<I>>
  • Method Summary

    Methods inherited from interface io.army.criteria.RowSet._StaticExceptClause

    except, exceptAll, exceptDistinct

    Methods inherited from interface io.army.criteria.RowSet._StaticIntersectClause

    intersect, intersectAll, intersectDistinct

    Methods inherited from interface io.army.criteria.RowSet._StaticUnionClause

    union, unionAll, unionDistinct