public static interface InsertBuilder.InsertValues
value methods to add values to the INSERT statement.| Modifier and Type | Method and Description |
|---|---|
InsertBuilder.InsertValuesWithBuild |
value(Expression value)
Add a
value to the VALUES list. |
InsertBuilder.InsertValuesWithBuild |
values(Collection<? extends Expression> values)
Add one or more
values to the VALUES list. |
InsertBuilder.InsertValuesWithBuild |
values(Expression... values)
Add one or more
values to the VALUES list. |
InsertBuilder.InsertValuesWithBuild value(Expression value)
value - the value to use.this builder.ColumnInsertBuilder.InsertValuesWithBuild values(Expression... values)
values to the VALUES list. Calling this method multiple times will add
a values multiple times.values - the values.this builder.ColumnInsertBuilder.InsertValuesWithBuild values(Collection<? extends Expression> values)
values to the VALUES list. Calling this method multiple times will add
a values multiple times.values - the values.this builder.ColumnCopyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.