public interface QueryResultRow
| Modifier and Type | Method and Description |
|---|---|
String |
get(String columnName)
Get this row's value for the specified attribute.
|
String get(String columnName) throws DataInclusionException
columnName - the column/attribute name.DataInclusionException - if an error occurs retrieving the value.