public class InsertValues extends AbstractFragment implements InsertFragment
| Constructor and Description |
|---|
InsertValues(Fragment root)
Create a new instance of
InsertValues |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(InsertVisitor visitor)
Accept a visitor (e.g.
|
void |
add(Object... values)
Add one or more values
|
void |
addPlaceholder() |
List<ValueExpression> |
getValues()
Get the values
|
getRootpublic InsertValues(Fragment root)
InsertValuesroot - root SQL statementpublic void add(Object... values)
values - valuespublic List<ValueExpression> getValues()
public void accept(InsertVisitor visitor)
InsertFragmentaccept in interface InsertFragmentvisitor - visitor to acceptpublic void addPlaceholder()
Copyright © 2018. All rights reserved.