Uses of Interface
org.eclipse.birt.report.engine.api.IExtractionResults
Packages that use IExtractionResults
Package
Description
This is an application-writer's interface for using the BIRT report engine.
This package defines 3 key interfaces ---- IReportItemQuery, IReportItemGeneration,
and IReportItemPresentation ---- that are used to process an extended item
at query preparation, report generation and report rendering times.
-
Uses of IExtractionResults in org.eclipse.birt.report.engine.api
Subinterfaces of IExtractionResults in org.eclipse.birt.report.engine.apiMethods in org.eclipse.birt.report.engine.api that return IExtractionResultsModifier and TypeMethodDescriptionIDatasetPreviewTask.execute()
execute the query and return the result setIDataExtractionTask.extract()
Redeclare this method in order to return IExtractionResults.IDataIterator.getQueryResults()
ReturnsIExtractionResults
from which this data iterator is obtained. -
Uses of IExtractionResults in org.eclipse.birt.report.engine.extension
Methods in org.eclipse.birt.report.engine.extension with parameters of type IExtractionResultsModifier and TypeMethodDescriptionvoid
IDataExtractionExtension.output
(IExtractionResults results) Outputs data defined in the result set.