org.wso2.carbon.dataservices.sql.driver.processor.writer
Class ExcelDataWriter

java.lang.Object
  extended by org.wso2.carbon.dataservices.sql.driver.processor.writer.ExcelDataWriter
All Implemented Interfaces:
DataWriter

public class ExcelDataWriter
extends Object
implements DataWriter


Constructor Summary
ExcelDataWriter(TExcelConnection connection, Map<String,DataTable> data)
           
 
Method Summary
 Map<String,DataTable> getData()
           
 void writeData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelDataWriter

public ExcelDataWriter(TExcelConnection connection,
                       Map<String,DataTable> data)
Method Detail

writeData

public void writeData()
               throws SQLException
Throws:
SQLException

getData

public Map<String,DataTable> getData()


Copyright © 2015 WSO2. All rights reserved.