org.wso2.carbon.dataservices.sql.driver.query
Class ConditionalQuery

java.lang.Object
  extended by org.wso2.carbon.dataservices.sql.driver.query.Query
      extended by org.wso2.carbon.dataservices.sql.driver.query.ConditionalQuery
Direct Known Subclasses:
DeleteQuery, SelectQuery, UpdateQuery

public abstract class ConditionalQuery
extends Query


Constructor Summary
ConditionalQuery(Statement stmt)
           
 
Method Summary
 Condition getCondition()
           
 void processConditions(Queue<String> tokens, Condition rootCondition)
           
 
Methods inherited from class org.wso2.carbon.dataservices.sql.driver.query.Query
execute, executeQuery, executeUpdate, findParam, getConnection, getParameters, getProcessedTokens, getStatement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConditionalQuery

public ConditionalQuery(Statement stmt)
                 throws SQLException
Throws:
SQLException
Method Detail

getCondition

public Condition getCondition()

processConditions

public void processConditions(Queue<String> tokens,
                              Condition rootCondition)


Copyright © 2015 WSO2. All rights reserved.