Class ExpressionNode
- java.lang.Object
-
- org.apache.cayenne.access.sqlbuilder.sqltree.Node
-
- org.apache.cayenne.access.sqlbuilder.sqltree.ExpressionNode
-
- Direct Known Subclasses:
BetweenNode,BitwiseNotNode,EqualNode,LikeNode,NotEqualNode,OpExpressionNode
public class ExpressionNode extends Node
- Since:
- 4.2
-
-
Field Summary
-
Fields inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.Node
children, childrenCount, parent, type
-
-
Constructor Summary
Constructors Constructor Description ExpressionNode()ExpressionNode(NodeType nodeType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuotingAppendableappend(QuotingAppendable buffer)voidappendChildrenEnd(QuotingAppendable buffer)voidappendChildrenStart(QuotingAppendable buffer)Nodecopy()StringtoString()-
Methods inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.Node
addChild, addChild, appendChildrenSeparator, deepCopy, getChild, getChildrenCount, getParent, getType, replaceChild, setParent, visit
-
-
-
-
Constructor Detail
-
ExpressionNode
public ExpressionNode()
-
ExpressionNode
public ExpressionNode(NodeType nodeType)
-
-
Method Detail
-
append
public QuotingAppendable append(QuotingAppendable buffer)
-
appendChildrenStart
public void appendChildrenStart(QuotingAppendable buffer)
- Overrides:
appendChildrenStartin classNode
-
appendChildrenEnd
public void appendChildrenEnd(QuotingAppendable buffer)
- Overrides:
appendChildrenEndin classNode
-
-