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
(QuotingAppendable buffer) void
appendChildrenEnd
(QuotingAppendable buffer) void
appendChildrenSeparator
(QuotingAppendable buffer, int childInd) void
appendChildrenStart
(QuotingAppendable 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:
appendChildrenStart
in classNode
-
appendChildrenSeparator
- Overrides:
appendChildrenSeparator
in classNode
-
appendChildrenEnd
- Overrides:
appendChildrenEnd
in classNode
-