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

    Modifier and Type
    Method
    Description
    get(String columnName)
    Get this row's value for the specified attribute.
  • Method Details