org.jfree.report.modules.data.sql
Class SimpleSQLReportDataFactory
java.lang.Object
org.jfree.report.modules.data.sql.SimpleSQLReportDataFactory
- Cloneable, ReportDataFactory
Creation-Date: 19.02.2006, 17:37:33
clone
public Object clone()
throws CloneNotSupportedException
close
public void close()
Closes the report data factory and all report data instances that have
been returned by this instance.
- close in interface ReportDataFactory
derive
public ReportDataFactory derive()
Derives a freshly initialized report data factory, which is independend of
the original data factory. Opening or Closing one data factory must not
affect the other factories.
- derive in interface ReportDataFactory