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
Since:
2.3
Version:
2.5