public class SqlQueryResultRow extends HashMap<String,String> implements QueryResultRow
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
SqlQueryResultRow() |
| Modifier and Type | Method and Description |
|---|---|
String |
get(String columnName)
Get this row's value for the specified attribute.
|
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringpublic SqlQueryResultRow()
public String get(String columnName) throws DataInclusionException
QueryResultRowget in interface QueryResultRowcolumnName - the column/attribute name.DataInclusionException - if an error occurs retrieving the value.