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

Since:
2.4
Version:
2.4
See Also: