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, values
equals, hashCode, toString
public SqlQueryResultRow()
public String get(String columnName) throws DataInclusionException
QueryResultRow
get
in interface QueryResultRow
columnName
- the column/attribute name.DataInclusionException
- if an error occurs retrieving the value.