Uses of Interface
org.wso2.carbon.registry.core.dataaccess.QueryProcessor

Packages that use QueryProcessor
org.wso2.carbon.registry.core.dataaccess   
org.wso2.carbon.registry.core.jdbc.dataaccess   
org.wso2.carbon.registry.core.jdbc.queries   
 

Uses of QueryProcessor in org.wso2.carbon.registry.core.dataaccess
 

Methods in org.wso2.carbon.registry.core.dataaccess that return QueryProcessor
 QueryProcessor DataAccessManager.getQueryProcessor()
          Method obtain an instance of the query processor used to run queries.
 

Uses of QueryProcessor in org.wso2.carbon.registry.core.jdbc.dataaccess
 

Classes in org.wso2.carbon.registry.core.jdbc.dataaccess that implement QueryProcessor
 class SQLQueryProcessor
          The query processor to execute sql queries.
 

Methods in org.wso2.carbon.registry.core.jdbc.dataaccess that return QueryProcessor
 QueryProcessor JDBCDataAccessManager.getQueryProcessor()
           
 

Uses of QueryProcessor in org.wso2.carbon.registry.core.jdbc.queries
 

Methods in org.wso2.carbon.registry.core.jdbc.queries that return QueryProcessor
 QueryProcessor QueryProcessorManager.getQueryProcessor(String queryType)
          Return the query processor with the given type.
 



Copyright © 2012 WSO2 Inc. All Rights Reserved.