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