org.ametys.plugins.datainclusion.data.sql
Class SqlQueryResultRow
java.lang.Object
java.util.AbstractMap<K,V>
java.util.HashMap<String,String>
org.ametys.plugins.datainclusion.data.sql.SqlQueryResultRow
- All Implemented Interfaces:
- Serializable, Cloneable, Map<String,String>, QueryResultRow
public class SqlQueryResultRow
- extends HashMap<String,String>
- implements QueryResultRow
SQL implementation of Query Result Row.
- See Also:
- Serialized Form
|
Method Summary |
String |
get(String columnName)
Get this row's value for the specified attribute. |
| Methods inherited from class java.util.HashMap |
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
SqlQueryResultRow
public SqlQueryResultRow()
get
public String get(String columnName)
throws DataInclusionException
- Description copied from interface:
QueryResultRow
- Get this row's value for the specified attribute.
- Specified by:
get in interface QueryResultRow
- Parameters:
columnName - the column/attribute name.
- Returns:
- the column names as a Collection.
- Throws:
DataInclusionException - if an error occurs retrieving the value.
Copyright © 2010 Anyware Services. All Rights Reserved.