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

Packages that use DataRow
org.wso2.carbon.dataservices.sql.driver.parser   
org.wso2.carbon.dataservices.sql.driver.processor.reader   
org.wso2.carbon.dataservices.sql.driver.query.delete   
 

Uses of DataRow in org.wso2.carbon.dataservices.sql.driver.parser
 

Methods in org.wso2.carbon.dataservices.sql.driver.parser that return types with arguments of type DataRow
static Map<Integer,DataRow> ParserUtil.mergeRows(String operation, Map<Integer,DataRow> rows1, Map<Integer,DataRow> rows2)
           
 Map<Integer,DataRow> Condition.process(DataTable dataTable)
          Processes the condition by traversing through the binary tree of conditions that it creates while parsing the WHERE clause of a conditional SQL statement.
static Map<Integer,DataRow> ParserUtil.processANDCondition(Map<Integer,DataRow> rows1, Map<Integer,DataRow> rows2)
           
static Map<Integer,DataRow> ParserUtil.processORCondition(Map<Integer,DataRow> rows1, Map<Integer,DataRow> rows2)
           
 

Method parameters in org.wso2.carbon.dataservices.sql.driver.parser with type arguments of type DataRow
static Map<Integer,DataRow> ParserUtil.mergeRows(String operation, Map<Integer,DataRow> rows1, Map<Integer,DataRow> rows2)
           
static Map<Integer,DataRow> ParserUtil.mergeRows(String operation, Map<Integer,DataRow> rows1, Map<Integer,DataRow> rows2)
           
static Map<Integer,DataRow> ParserUtil.processANDCondition(Map<Integer,DataRow> rows1, Map<Integer,DataRow> rows2)
           
static Map<Integer,DataRow> ParserUtil.processANDCondition(Map<Integer,DataRow> rows1, Map<Integer,DataRow> rows2)
           
static Map<Integer,DataRow> ParserUtil.processORCondition(Map<Integer,DataRow> rows1, Map<Integer,DataRow> rows2)
           
static Map<Integer,DataRow> ParserUtil.processORCondition(Map<Integer,DataRow> rows1, Map<Integer,DataRow> rows2)
           
 

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

Methods in org.wso2.carbon.dataservices.sql.driver.processor.reader that return types with arguments of type DataRow
 Map<Integer,DataRow> FixedDataTable.applyCondition(String column, String value, String operator)
           
abstract  Map<Integer,DataRow> DataTable.applyCondition(String column, String value, String operator)
           
 Map<Integer,DataRow> FixedDataTable.getRows()
           
abstract  Map<Integer,DataRow> DataTable.getRows()
           
 

Methods in org.wso2.carbon.dataservices.sql.driver.processor.reader with parameters of type DataRow
 void FixedDataTable.addRow(DataRow dataRow)
           
abstract  void DataTable.addRow(DataRow dataRow)
           
 void FixedDataTable.updateRows(DataRow... dataRows)
           
abstract  void DataTable.updateRows(DataRow... dataRows)
           
 

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

Uses of DataRow in org.wso2.carbon.dataservices.sql.driver.query.delete
 

Methods in org.wso2.carbon.dataservices.sql.driver.query.delete that return types with arguments of type DataRow
 Map<Integer,DataRow> DeleteQuery.getResultantRows()
           
 



Copyright © 2015 WSO2. All rights reserved.