org.wso2.carbon.dataservices.sql.driver.processor.reader
Class ExcelDataReader

java.lang.Object
  extended by org.wso2.carbon.dataservices.sql.driver.processor.reader.AbstractFixedDataReader
      extended by org.wso2.carbon.dataservices.sql.driver.processor.reader.ExcelDataReader
All Implemented Interfaces:
DataReader

public class ExcelDataReader
extends AbstractFixedDataReader


Constructor Summary
ExcelDataReader(Connection connection)
           
 
Method Summary
 void populateData()
           
 
Methods inherited from class org.wso2.carbon.dataservices.sql.driver.processor.reader.AbstractFixedDataReader
getConnection, getData, getDataTable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExcelDataReader

public ExcelDataReader(Connection connection)
                throws SQLException
Throws:
SQLException
Method Detail

populateData

public void populateData()
                  throws SQLException
Specified by:
populateData in interface DataReader
Specified by:
populateData in class AbstractFixedDataReader
Throws:
SQLException


Copyright © 2015 WSO2. All rights reserved.