org.pentaho.reporting.engine.classic.core.modules.parser.data.sql.writer
Interface ConnectionProviderWriteHandler

All Known Implementing Classes:
DriverConnectionProviderWriteHandler, JndiConnectionProviderWriteHandler

public interface ConnectionProviderWriteHandler

Creation-Date: Jan 19, 2007, 5:02:46 PM

Author:
Thomas Morgner

Method Summary
 String writeReport(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle, BundleWriterState state, org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter, ConnectionProvider connectionProvider)
           
 

Method Detail

writeReport

String writeReport(org.pentaho.reporting.libraries.docbundle.WriteableDocumentBundle bundle,
                   BundleWriterState state,
                   org.pentaho.reporting.libraries.xmlns.writer.XmlWriter xmlWriter,
                   ConnectionProvider connectionProvider)
                   throws IOException,
                          BundleWriterException
Throws:
IOException
BundleWriterException