|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.report.modules.data.sql.SimpleSQLReportDataFactory
Creation-Date: 19.02.2006, 17:37:33
Constructor Summary | |
SimpleSQLReportDataFactory(java.sql.Connection connection)
|
|
SimpleSQLReportDataFactory(ConnectionProvider connectionProvider)
|
Method Summary | |
java.lang.Object |
clone()
|
void |
close()
Closes the report data factory and all report data instances that have been returned by this instance. |
ReportDataFactory |
derive()
Derives a freshly initialized report data factory, which is independend of the original data factory. |
boolean |
isLabelMapping()
|
void |
open()
|
ReportData |
queryData(java.lang.String query,
DataSet parameters)
Queries a datasource. |
void |
setLabelMapping(boolean labelMapping)
|
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SimpleSQLReportDataFactory(java.sql.Connection connection)
public SimpleSQLReportDataFactory(ConnectionProvider connectionProvider)
Method Detail |
public boolean isLabelMapping()
public void setLabelMapping(boolean labelMapping)
public ReportData queryData(java.lang.String query, DataSet parameters) throws ReportDataFactoryException
queryData
in interface ReportDataFactory
query
- parameters
-
ReportDataFactoryException
public void open()
open
in interface ReportDataFactory
public void close()
ReportDataFactory
close
in interface ReportDataFactory
public ReportDataFactory derive()
derive
in interface ReportDataFactory
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |