public class HavingNode extends MajorNode
left, right, shouldGenerateExpression| Constructor and Description |
|---|
HavingNode() |
| Modifier and Type | Method and Description |
|---|---|
void |
addHavingToQuery(ObjectLevelReadQuery theQuery,
GenerationContext context)
INTERNAL
Add the having expression to the passed query
|
Node |
getHaving()
INTERNAL
Return the HAVING expression
|
void |
setHaving(Node having)
INTERNAL
Set the HAVING expression
|
void |
validate(ParseTreeContext context,
GroupByNode groupbyNode)
INTERNAL
Validate the current node.
|
getContext, setContextaddToExpression, appendExpression, applyToQuery, generateExpression, getAsString, getColumn, getLeft, getLine, getRight, getType, hasLeft, hasRight, isAggregateNode, isAttributeNode, isConstructorNode, isCountNode, isDivideNode, isDotNode, isEscape, isLiteralNode, isMinusNode, isMultiplyNode, isNotNode, isParameterNode, isPlusNode, isSubqueryNode, isVariableNode, qualifyAttributeAccess, resolveAttribute, resolveClass, resolveClass, resolveMapping, resolveMapping, setColumn, setLeft, setLine, setRight, setType, toString, toString, toStringDisplayName, toStringIndent, validate, validateParameterpublic void validate(ParseTreeContext context, GroupByNode groupbyNode)
public void addHavingToQuery(ObjectLevelReadQuery theQuery, GenerationContext context)
public Node getHaving()
public void setHaving(Node having)