public interface DataSourceValues
| Modifier and Type | Method and Description |
|---|---|
<T> T |
get(Column<T,?> column)
Gets the value of the associated column.
|
boolean |
rowExists() |
boolean rowExists()
<T> T get(Column<T,?> column)
T - the value typecolumn - the column to get the value forCopyright © 2017–2024. All rights reserved.