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

java.lang.Object
  extended by org.wso2.carbon.dataservices.sql.driver.query.QueryFactory

public class QueryFactory
extends Object


Nested Class Summary
static class QueryFactory.QueryFactoryTypes
           
static class QueryFactory.QueryTypes
           
 
Constructor Summary
QueryFactory()
           
 
Method Summary
static Query createInsertQuery(Statement stmt)
           
static Query createQuery(Statement stmt)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QueryFactory

public QueryFactory()
Method Detail

createQuery

public static Query createQuery(Statement stmt)
                         throws SQLException
Throws:
SQLException

createInsertQuery

public static Query createInsertQuery(Statement stmt)
                               throws SQLException
Throws:
SQLException


Copyright © 2015 WSO2. All rights reserved.