Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.jfree.report.modules.data.beans.StaticReportDataFactory
org.jfree.report.modules.data.beans.NamedStaticReportDataFactory
public class NamedStaticReportDataFactory
extends StaticReportDataFactory
Constructor Summary | |
Method Summary | |
ResourceKey | |
String |
|
String[] | |
ReportData | |
void |
|
void |
|
Methods inherited from class org.jfree.report.modules.data.beans.StaticReportDataFactory | |
close , derive , getClassLoader , open , queryData |
public ReportData queryData(String query, DataSet parameters) throws ReportDataFactoryException
Queries a datasource. The string 'query' defines the name of the query. The Parameterset given here may contain more data than actually needed. The dataset may change between two calls, do not assume anything!
- Specified by:
- queryData in interface ReportDataFactory
- Overrides:
- queryData in interface StaticReportDataFactory
- Parameters:
query
-parameters
-
- Returns: