Class HavingClause

  • All Implemented Interfaces:
    Expression

    public final class HavingClause
    extends AbstractConditionalClause
    The HAVING construct enables conditions to be specified that further restrict the query result as restrictions upon the groups.
    BNF: having_clause ::= HAVING conditional_expression

    Version:
    2.5
    Author:
    Pascal Filion
    Since:
    2.3