Class SelectStatementBNF


  • public final class SelectStatementBNF
    extends JPQLQueryBNF
    The query BNF for the select statement.
    BNF: select_statement ::= select_clause from_clause [where_clause] [groupby_clause] [having_clause] [orderby_clause]

    Version:
    2.4
    Author:
    Pascal Filion
    Since:
    2.3
    • Field Detail

      • ID

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

      • SelectStatementBNF

        public SelectStatementBNF()
        Creates a new SelectStatementBNF.