public static interface InsertBuilder.InsertIntoColumnsAndValues extends InsertBuilder.InsertValues
WHERE methods.| Modifier and Type | Method and Description |
|---|---|
InsertBuilder.InsertIntoColumnsAndValuesWithBuild |
column(Column column)
Add a
Column to the INTO column list. |
InsertBuilder.InsertIntoColumnsAndValuesWithBuild |
columns(Collection<Column> columns)
Add a one or more
Column to the INTO column list. |
InsertBuilder.InsertIntoColumnsAndValuesWithBuild |
columns(Column... columns)
Add a one or more
Column to the INTO column list. |
value, values, valuesInsertBuilder.InsertIntoColumnsAndValuesWithBuild column(Column column)
Column to the INTO column list. Calling this method multiple times will add the
Column multiple times.column - the column.this builder.ColumnInsertBuilder.InsertIntoColumnsAndValuesWithBuild columns(Column... columns)
Column to the INTO column list. Calling this method multiple times will add the
Column multiple times.columns - the columns.this builder.ColumnInsertBuilder.InsertIntoColumnsAndValuesWithBuild columns(Collection<Column> columns)
Column to the INTO column list. Calling this method multiple times will add the
Column multiple times.columns - the columns.this builder.ColumnCopyright © 2017–2021 Pivotal Software, Inc.. All rights reserved.