org.wso2.carbon.dataservices.sql.driver.processor.reader
Class CustomDataReader
java.lang.Object
org.wso2.carbon.dataservices.sql.driver.processor.reader.CustomDataReader
- All Implemented Interfaces:
- DataReader
public class CustomDataReader
- extends Object
- implements DataReader
This class represents a data reader class for a custom data source.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CustomDataReader
public CustomDataReader(Connection connection)
throws SQLException
- Throws:
SQLException
getDataSource
public TCustomConnection.CustomDataSource getDataSource()
populateData
public void populateData()
throws SQLException
- Specified by:
populateData in interface DataReader
- Throws:
SQLException
getDataTable
public DataTable getDataTable(String name)
throws SQLException
- Specified by:
getDataTable in interface DataReader
- Throws:
SQLException
Copyright © 2015 WSO2. All rights reserved.