Class InsertValuesNode
java.lang.Object
org.apache.cayenne.access.sqlbuilder.sqltree.Node
org.apache.cayenne.access.sqlbuilder.sqltree.InsertValuesNode
- Since:
- 4.2
- 
Field SummaryFields inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.Nodechildren, childrenCount, parent, type
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionappend(QuotingAppendable buffer) voidappendChildrenEnd(QuotingAppendable buffer) voidappendChildrenSeparator(QuotingAppendable buffer, int childInd) voidappendChildrenStart(QuotingAppendable buffer) copy()Methods inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.NodeaddChild, addChild, deepCopy, deepEquals, equals, getChild, getChildrenCount, getParent, getType, hashCode, replaceChild, setParent, toString, visit
- 
Constructor Details- 
InsertValuesNodepublic InsertValuesNode()
 
- 
- 
Method Details- 
copy
- 
append
- 
appendChildrenStart- Overrides:
- appendChildrenStartin class- Node
 
- 
appendChildrenSeparator- Overrides:
- appendChildrenSeparatorin class- Node
 
- 
appendChildrenEnd- Overrides:
- appendChildrenEndin class- Node
 
 
-