Class SelectNode
- java.lang.Object
-
- org.apache.cayenne.access.sqlbuilder.sqltree.Node
-
- org.apache.cayenne.access.sqlbuilder.sqltree.SelectNode
-
public class SelectNode 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 SelectNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuotingAppendable
append(QuotingAppendable builder)
void
appendChildrenEnd(QuotingAppendable buffer)
Node
copy()
-
Methods inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.Node
addChild, addChild, appendChildrenSeparator, appendChildrenStart, deepCopy, getChild, getChildrenCount, getParent, getType, replaceChild, setParent, toString, visit
-
-
-
-
Method Detail
-
append
public QuotingAppendable append(QuotingAppendable builder)
-
appendChildrenEnd
public void appendChildrenEnd(QuotingAppendable buffer)
- Overrides:
appendChildrenEnd
in classNode
-
-