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
-
Method Details
-
get
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.
-