org.jfree.report.modules.data.sql
public class SimpleSQLReportDataFactory extends Object implements ReportDataFactory, Cloneable
| Constructor Summary | |
|---|---|
| SimpleSQLReportDataFactory(Connection connection) | |
| SimpleSQLReportDataFactory(ConnectionProvider connectionProvider) | |
| Method Summary | |
|---|---|
| Object | clone() |
| void | close() |
| ReportDataFactory | derive()
Derives a freshly initialized report data factory, which is independend of
the original data factory. |
| boolean | isLabelMapping() |
| void | open() |
| ReportData | queryData(String query, DataSet parameters)
Queries a datasource. |
| void | setLabelMapping(boolean labelMapping) |
Returns:
Parameters: query parameters
Returns: