| Package | Description |
|---|---|
| ch.jalu.datasourcecolumns.data |
| Modifier and Type | Method and Description |
|---|---|
<T> UpdateValues.Builder<C> |
UpdateValues.Builder.and(Column<T,C> column,
T value)
Adds a new value and returns the builder.
|
static <C,T> UpdateValues.Builder<C> |
UpdateValues.with(Column<T,C> column,
T value)
Creates a new builder with the given column and its value as first entry.
|
Copyright © 2017–2024. All rights reserved.