| Package | Description |
|---|---|
| ch.jalu.datasourcecolumns | |
| ch.jalu.datasourcecolumns.data | |
| ch.jalu.datasourcecolumns.sqlimplementation |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ColumnsHandler.insert(UpdateValues<C> updateValues)
Inserts the given values into a new row.
|
boolean |
ColumnsHandler.update(I identifier,
UpdateValues<C> updateValues)
Updates a row to have the given values.
|
int |
ColumnsHandler.update(Predicate<C> predicate,
UpdateValues<C> updateValues)
Updates all rows that match the given predicate with the provided values.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateValues<C> |
UpdateValues.Builder.build()
Creates an
UpdateValues instance with the values provided to this builder. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
SqlColumnsHandler.insert(UpdateValues<C> updateValues) |
boolean |
SqlColumnsHandler.update(I identifier,
UpdateValues<C> updateValues) |
int |
SqlColumnsHandler.update(Predicate<C> predicate,
UpdateValues<C> updateValues) |
Copyright © 2017–2024. All rights reserved.