Class SelectResultNode
java.lang.Object
org.apache.cayenne.access.sqlbuilder.sqltree.Node
org.apache.cayenne.access.sqlbuilder.sqltree.SelectResultNode
- Since:
- 4.2
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(QuotingAppendable buffer) voidappendChildrenSeparator(QuotingAppendable buffer, int childIdx) copy()toString()Methods inherited from class Node
addChild, addChild, appendChildrenEnd, appendChildrenStart, deepCopy, deepEquals, equals, getChild, getChildrenCount, getParent, getType, hashCode, replaceChild, setParent, visitModifier and TypeMethodDescriptionvoidappendChildrenEnd(QuotingAppendable buffer) voidappendChildrenStart(QuotingAppendable buffer) <T extends Node>
TdeepCopy()booleandeepEquals(Node node) booleangetChild(int idx) intgetType()inthashCode()voidreplaceChild(int idx, Node node) voidvoidvisit(NodeTreeVisitor visitor)
-
Constructor Details
-
SelectResultNode
public SelectResultNode()
-
-
Method Details
-
append
-
appendChildrenSeparator
- Overrides:
appendChildrenSeparatorin classNode
-
toString
-
copy
-