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