Class SimpleSQLReportDataFactory

java.lang.Object
org.jfree.report.modules.data.sql.SimpleSQLReportDataFactory
All Implemented Interfaces:
Cloneable, ReportDataFactory
Direct Known Subclasses:
SQLReportDataFactory

public class SimpleSQLReportDataFactory extends Object implements ReportDataFactory, Cloneable
Creation-Date: 19.02.2006, 17:37:33
Author:
Thomas Morgner
  • Constructor Details

    • SimpleSQLReportDataFactory

      public SimpleSQLReportDataFactory(Connection connection)
    • SimpleSQLReportDataFactory

      public SimpleSQLReportDataFactory(ConnectionProvider connectionProvider)
  • Method Details