net.sf.jxls.report
Class ReportManagerImpl

java.lang.Object
  extended by net.sf.jxls.report.ReportManagerImpl
All Implemented Interfaces:
ReportManager

public class ReportManagerImpl
extends java.lang.Object
implements ReportManager

Author:
Leonid Vysochyn

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
ReportManagerImpl(java.sql.Connection connection)
           
ReportManagerImpl(java.sql.Connection connection, java.util.Map beans)
           
 
Method Summary
 java.util.List exec(java.lang.String sql)
           
 java.sql.Connection getConnection()
           
 void setConnection(java.sql.Connection connection)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final org.apache.commons.logging.Log log
Constructor Detail

ReportManagerImpl

public ReportManagerImpl(java.sql.Connection connection,
                         java.util.Map beans)

ReportManagerImpl

public ReportManagerImpl(java.sql.Connection connection)
Method Detail

getConnection

public java.sql.Connection getConnection()

setConnection

public void setConnection(java.sql.Connection connection)

exec

public java.util.List exec(java.lang.String sql)
                    throws java.sql.SQLException
Specified by:
exec in interface ReportManager
Throws:
java.sql.SQLException


Copyright © 2005-2013 jXLS Team. All Rights Reserved.