public class DataSourceValuesImpl extends Object implements DataSourceValues
DataSourceValues.| Constructor and Description |
|---|
DataSourceValuesImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(Column<T,?> column)
Gets the value of the associated column.
|
<T> void |
put(Column<T,?> column,
Object value)
Adds the provided value for the given column.
|
boolean |
rowExists() |
static DataSourceValuesImpl |
unknownRow() |
public static DataSourceValuesImpl unknownRow()
DataSourceValues instance to represent a non-existent rowpublic <T> void put(Column<T,?> column, Object value)
T - the value typecolumn - the column to save the value forvalue - the value to savepublic <T> T get(Column<T,?> column)
DataSourceValuesget in interface DataSourceValuesT - the value typecolumn - the column to get the value forpublic boolean rowExists()
rowExists in interface DataSourceValuesCopyright © 2017–2024. All rights reserved.