Class SQLReportDataFactory
java.lang.Object
org.jfree.report.modules.data.sql.SimpleSQLReportDataFactory
org.jfree.report.modules.data.sql.SQLReportDataFactory
- All Implemented Interfaces:
Cloneable
,ReportDataFactory
Creation-Date: 19.02.2006, 17:37:33
- Author:
- Thomas Morgner
-
Constructor Summary
ConstructorsConstructorDescriptionSQLReportDataFactory
(Connection connection) SQLReportDataFactory
(ConnectionProvider connectionProvider) -
Method Summary
Methods inherited from class org.jfree.report.modules.data.sql.SimpleSQLReportDataFactory
clone, close, derive, isLabelMapping, open, setLabelMapping
-
Constructor Details
-
SQLReportDataFactory
-
SQLReportDataFactory
-
-
Method Details
-
setQuery
-
queryData
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 interfaceReportDataFactory
- Overrides:
queryData
in classSimpleSQLReportDataFactory
- Parameters:
query
-parameters
-- Returns:
- Throws:
ReportDataFactoryException
-
getQuery
-
getQueryNames
-