Class OrderByNode
java.lang.Object
org.apache.cayenne.access.sqlbuilder.sqltree.Node
org.apache.cayenne.access.sqlbuilder.sqltree.OrderByNode
- Since:
- 4.2
-
Field Summary
Fields inherited from class Node
children, childrenCount, parent, type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(QuotingAppendable buffer) voidappendChildrenSeparator(QuotingAppendable buffer, int childInd) copy()getType()Methods inherited from class Node
addChild, addChild, appendChildrenEnd, appendChildrenStart, deepCopy, deepEquals, equals, getChild, getChildrenCount, getParent, hashCode, replaceChild, setParent, toString, visit
-
Constructor Details
-
OrderByNode
public OrderByNode()
-
-
Method Details
-
append
-
appendChildrenSeparator
- Overrides:
appendChildrenSeparatorin classNode
-
copy
-
getType
-