Class InsertValuesNode
java.lang.Object
org.apache.cayenne.access.sqlbuilder.sqltree.Node
org.apache.cayenne.access.sqlbuilder.sqltree.InsertValuesNode
- Since:
- 4.2
-
Field Summary
Fields inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.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 org.apache.cayenne.access.sqlbuilder.sqltree.Node
addChild, addChild, deepCopy, deepEquals, equals, getChild, getChildrenCount, getParent, getType, hashCode, replaceChild, setParent, toString, visit
-
Constructor Details
-
InsertValuesNode
public InsertValuesNode()
-
-
Method Details
-
copy
-
append
-
appendChildrenStart
- Overrides:
appendChildrenStartin classNode
-
appendChildrenSeparator
- Overrides:
appendChildrenSeparatorin classNode
-
appendChildrenEnd
- Overrides:
appendChildrenEndin classNode
-