Interface QueryResultRow
- 
- All Known Implementing Classes:
 LdapQueryResultRow,SqlQueryResultRow
public interface QueryResultRow
Query result row : represent a data entry with one or more attributes (columns). 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringget(String columnName)Get this row's value for the specified attribute. 
 - 
 
- 
- 
Method Detail
- 
get
String get(String columnName) throws DataInclusionException
Get this row's value for the specified attribute.- Parameters:
 columnName- the column/attribute name.- Returns:
 - the column names as a Collection.
 - Throws:
 DataInclusionException- if an error occurs retrieving the value.
 
 - 
 
 -