Uses of Class
org.wso2.carbon.dataservices.sql.driver.processor.reader.DataCell

Packages that use DataCell
org.wso2.carbon.dataservices.sql.driver.processor.reader   
 

Uses of DataCell in org.wso2.carbon.dataservices.sql.driver.processor.reader
 

Methods in org.wso2.carbon.dataservices.sql.driver.processor.reader that return DataCell
 DataCell DataRow.getCell(int id)
           
 

Methods in org.wso2.carbon.dataservices.sql.driver.processor.reader that return types with arguments of type DataCell
 Map<Integer,DataCell> DataRow.getCells()
           
 

Methods in org.wso2.carbon.dataservices.sql.driver.processor.reader with parameters of type DataCell
 void DataRow.addCell(int cellId, DataCell cell)
           
 

Method parameters in org.wso2.carbon.dataservices.sql.driver.processor.reader with type arguments of type DataCell
 void DataRow.setCells(Map<Integer,DataCell> cells)
           
 



Copyright © 2015 WSO2. All rights reserved.