Uses of Class
org.wso2.carbon.dataservices.sql.driver.parser.Condition

Packages that use Condition
org.wso2.carbon.dataservices.sql.driver.parser   
org.wso2.carbon.dataservices.sql.driver.query   
 

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

Methods in org.wso2.carbon.dataservices.sql.driver.parser that return Condition
 Condition Condition.getLhs()
           
 Condition Condition.getRhs()
           
 

Methods in org.wso2.carbon.dataservices.sql.driver.parser with parameters of type Condition
 void Condition.setLhs(Condition lhs)
           
 void Condition.setRhs(Condition rhs)
           
 

Uses of Condition in org.wso2.carbon.dataservices.sql.driver.query
 

Methods in org.wso2.carbon.dataservices.sql.driver.query that return Condition
 Condition ConditionalQuery.getCondition()
           
 

Methods in org.wso2.carbon.dataservices.sql.driver.query with parameters of type Condition
 void ConditionalQuery.processConditions(Queue<String> tokens, Condition rootCondition)
           
 



Copyright © 2015 WSO2. All rights reserved.