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.sql.SimpleSQLReportDataFactory
org.jfree.report.modules.data.sql.SQLReportDataFactory
public class SQLReportDataFactory
extends SimpleSQLReportDataFactory
Constructor Summary | |
| |
|
Method Summary | |
String |
|
String[] | |
ReportData | |
void |
|
Methods inherited from class org.jfree.report.modules.data.sql.SimpleSQLReportDataFactory | |
clone , close , derive , isLabelMapping , open , queryData , setLabelMapping |
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 SimpleSQLReportDataFactory
- Parameters:
query
-parameters
-
- Returns: