org.ametys.plugins.datainclusion.data
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
 String get(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.


Copyright © 2010 Anyware Services. All Rights Reserved.