public interface DataSourceValue<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Returns the value.
|
boolean |
rowExists() |
boolean rowExists()
T getValue()
null if the value is null
or the row does not exist.Copyright © 2017–2024. All rights reserved.