| Package | Description |
|---|---|
| ch.jalu.datasourcecolumns | |
| ch.jalu.datasourcecolumns.data | |
| ch.jalu.datasourcecolumns.sqlimplementation |
| Modifier and Type | Method and Description |
|---|---|
DataSourceValues |
ColumnsHandler.retrieve(I identifier,
Column<?,C>... columns)
Retrieves multiple values from a given row.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataSourceValues> |
ColumnsHandler.retrieve(Predicate<C> predicate,
Column<?,C>... columns)
Retrieves the given columns' values from all rows that satisfy the given predicate.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DataSourceValuesImpl
Implementation of
DataSourceValues. |
| Modifier and Type | Method and Description |
|---|---|
DataSourceValues |
SqlColumnsHandler.retrieve(I identifier,
Column<?,C>... columns) |
| Modifier and Type | Method and Description |
|---|---|
List<DataSourceValues> |
SqlColumnsHandler.retrieve(Predicate<C> predicate,
Column<?,C>... columns) |
Copyright © 2017–2024. All rights reserved.