Class InsertValuesNode
- java.lang.Object
-
- org.apache.cayenne.access.sqlbuilder.sqltree.Node
-
- org.apache.cayenne.access.sqlbuilder.sqltree.InsertValuesNode
-
public class InsertValuesNode extends Node
- Since:
- 4.2
-
-
Field Summary
-
Fields inherited from class org.apache.cayenne.access.sqlbuilder.sqltree.Node
children, childrenCount, parent, type
-
-
Constructor Summary
Constructors Constructor Description InsertValuesNode()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QuotingAppendable
append(QuotingAppendable buffer)
void
appendChildrenEnd(QuotingAppendable buffer)
void
appendChildrenSeparator(QuotingAppendable buffer, int childInd)
void
appendChildrenStart(QuotingAppendable buffer)
Node
copy()
-
-
-
Method Detail
-
append
public QuotingAppendable append(QuotingAppendable buffer)
-
appendChildrenStart
public void appendChildrenStart(QuotingAppendable buffer)
- Overrides:
appendChildrenStart
in classNode
-
appendChildrenSeparator
public void appendChildrenSeparator(QuotingAppendable buffer, int childInd)
- Overrides:
appendChildrenSeparator
in classNode
-
appendChildrenEnd
public void appendChildrenEnd(QuotingAppendable buffer)
- Overrides:
appendChildrenEnd
in classNode
-
-