|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A handle used to retrieve data stored in a report. Extraction results could contain multiple resultsets, especially when the extraction is at report level, i.e., get all the data stored for a report
Method Summary | |
void |
close()
Closes all query result set(s) associated with this object; provides a hint to the query that it can safely release all associated resources. |
IResultMetaData |
getResultMetaData()
Returns the metadata of the first or current result set This method provides the result metadata without having to first fetch the result data. |
IDataIterator |
nextResultIterator()
Returns the current result's iterator. |
Method Detail |
public IResultMetaData getResultMetaData() throws BirtException
Returns Null if the metadata is not available before fetching
from an
IResultIterator
,
or if it is ambiguous on which result set to reference.
In such case, one should obtain the result metadata
from a specific IResultIterator
.
IQueryResults
. Null if not available or
ambiguous on which result set to reference.
EngineException
- if error occurs during extraction
BirtException
public IDataIterator nextResultIterator() throws BirtException
EngineException
- if error occurs during extraction
BirtException
public void close()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |