public static final class UpdateValues.Builder<C> extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
<T> UpdateValues.Builder<C> |
and(Column<T,C> column,
T value)
Adds a new value and returns the builder.
|
UpdateValues<C> |
build()
Creates an
UpdateValues instance with the values provided to this builder. |
public <T> UpdateValues.Builder<C> and(Column<T,C> column, T value)
T - the column's typecolumn - the column to save a value forvalue - the value to savepublic UpdateValues<C> build()
UpdateValues instance with the values provided to this builder.Copyright © 2017–2024. All rights reserved.