it.eng.spagobi.engines.qbe.exporter
Class QbeCSVExporter

java.lang.Object
  extended by it.eng.spagobi.engines.qbe.exporter.QbeCSVExporter

public class QbeCSVExporter
extends java.lang.Object


Field Summary
static org.apache.log4j.Logger logger
          Logger component.
static java.lang.String VALUES_SEPARATOR
          The values separator string
 
Constructor Summary
QbeCSVExporter()
           
 
Method Summary
 void export(java.io.File outputFile, java.sql.Connection connection, java.lang.String sqlStatement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

public static transient org.apache.log4j.Logger logger
Logger component.


VALUES_SEPARATOR

public static final java.lang.String VALUES_SEPARATOR
The values separator string

See Also:
Constant Field Values
Constructor Detail

QbeCSVExporter

public QbeCSVExporter()
Method Detail

export

public void export(java.io.File outputFile,
                   java.sql.Connection connection,
                   java.lang.String sqlStatement)