Interface QueryResult

All Superinterfaces:
Iterable<QueryResultRow>
All Known Implementing Classes:
LazySqlQueryResult, LdapQueryResult, SqlQueryResult

public interface QueryResult extends Iterable<QueryResultRow>
Result of a Query. Can be either single (should have one column and one row), or multiple (one or more columns, one or more rows).