Class UnescapedColumnNode
java.lang.Object
org.apache.cayenne.access.sqlbuilder.sqltree.Node
org.apache.cayenne.access.sqlbuilder.sqltree.ColumnNode
org.apache.cayenne.access.sqlbuilder.sqltree.UnescapedColumnNode
- Since:
- 4.2
-
Field Summary
Fields inherited from class ColumnNode
alias, attribute, column, table -
Constructor Summary
ConstructorsConstructorDescriptionUnescapedColumnNode(String table, String column, String alias, DbAttribute attribute) -
Method Summary
Methods inherited from class ColumnNode
equals, getAlias, getAttribute, getColumn, getTable, hashCode, setAliasMethods inherited from class Node
addChild, addChild, appendChildrenEnd, appendChildrenSeparator, appendChildrenStart, deepCopy, deepEquals, getChild, getChildrenCount, getParent, getType, replaceChild, setParent, toString, visitModifier and TypeMethodDescriptionvoidappendChildrenEnd(QuotingAppendable buffer) voidappendChildrenSeparator(QuotingAppendable buffer, int childInd) voidappendChildrenStart(QuotingAppendable buffer) <T extends Node>
TdeepCopy()booleandeepEquals(Node node) getChild(int idx) intgetType()voidreplaceChild(int idx, Node node) voidtoString()voidvisit(NodeTreeVisitor visitor)
-
Constructor Details
-
UnescapedColumnNode
-
-
Method Details
-
append
- Overrides:
appendin classColumnNode
-
copy
- Overrides:
copyin classColumnNode
-