org.wso2.carbon.dataservices.sql.driver.processor.reader
Class AbstractFixedDataReader
java.lang.Object
org.wso2.carbon.dataservices.sql.driver.processor.reader.AbstractFixedDataReader
- All Implemented Interfaces:
- DataReader
- Direct Known Subclasses:
- ExcelDataReader, GSpreadDataReader
public abstract class AbstractFixedDataReader
- extends Object
- implements DataReader
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractFixedDataReader
public AbstractFixedDataReader(Connection connection)
throws SQLException
- Throws:
SQLException
populateData
public abstract void populateData()
throws SQLException
- Specified by:
populateData in interface DataReader
- Throws:
SQLException
getConnection
public Connection getConnection()
getData
public Map<String,DataTable> getData()
getDataTable
public DataTable getDataTable(String name)
throws SQLException
- Specified by:
getDataTable in interface DataReader
- Throws:
SQLException
Copyright © 2015 WSO2. All rights reserved.