| Package | Description |
|---|---|
| ch.jalu.datasourcecolumns | |
| ch.jalu.datasourcecolumns.sqlimplementation |
| Modifier and Type | Method and Description |
|---|---|
<D> boolean |
ColumnsHandler.insert(D dependent,
DependentColumn<?,C,D>... columns)
Inserts the given values into a new row, as taken from the dependent object.
|
<D> boolean |
ColumnsHandler.update(I identifier,
D dependent,
DependentColumn<?,C,D>... columns)
Updates a row to have the values as retrieved from the dependent object.
|
| Modifier and Type | Method and Description |
|---|---|
<D> boolean |
SqlColumnsHandler.insert(D dependent,
DependentColumn<?,C,D>... columns) |
<D> boolean |
SqlColumnsHandler.update(I identifier,
D dependent,
DependentColumn<?,C,D>... columns) |
Copyright © 2017–2024. All rights reserved.