public interface QueryResult extends Iterable<QueryResultRow>
Modifier and Type | Method and Description |
---|---|
void |
close()
Close and cleanup the underlying objects and resources (resultset if SQL, LDAP resources...) if needed.
|
Collection<String> |
getColumnNames()
Get the column names.
|
int |
getSize()
Get size
|
Query.ResultType |
getType()
Get the type of the result.
|
forEach, iterator, spliterator
Query.ResultType getType()
int getSize()
Collection<String> getColumnNames() throws DataInclusionException
DataInclusionException
- if an error occurs while manipulating the data sourcesvoid close()