Class UnionClauseBNF


  • public final class UnionClauseBNF
    extends JPQLQueryBNF
    The query BNF for the order by clause.
    BNF: union_clause ::= { UNION | INTERSECT | EXCEPT } [ALL] subquery

    Since:
    2.4
    Version:
    2.4
    Author:
    James Sutherland
    • Field Detail

      • ID

        public static final java.lang.String ID
        The unique identifier of this BNF rule.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UnionClauseBNF

        public UnionClauseBNF()
        Creates a new UnionClauseBNF.