|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface QueryResult
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).
| Method Summary | |
|---|---|
void |
close()
Close and cleanup the underlying objects and resources (resultset if SQL, LDAP resources...) if needed. |
Collection<String> |
getColumnNames()
Get the column names. |
Query.ResultType |
getType()
Get the type of the result. |
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
Query.ResultType getType()
Collection<String> getColumnNames()
throws DataInclusionException
DataInclusionExceptionvoid close()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||