Class HavingClauseStateObject

  • All Implemented Interfaces:
    StateObject

    public class HavingClauseStateObject
    extends AbstractConditionalClauseStateObject
    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.4
    See Also:
    HavingClause
    Author:
    Pascal Filion
    Since:
    2.4