Package | Description |
---|---|
org.wso2.carbon.registry.core.dataaccess | |
org.wso2.carbon.registry.core.jdbc.dataaccess | |
org.wso2.carbon.registry.core.jdbc.queries |
Modifier and Type | Method and Description |
---|---|
QueryProcessor |
DataAccessManager.getQueryProcessor()
Method obtain an instance of the query processor used to run queries.
|
Modifier and Type | Class and Description |
---|---|
class |
SQLQueryProcessor
The query processor to execute sql queries.
|
Modifier and Type | Method and Description |
---|---|
QueryProcessor |
JDBCDataAccessManager.getQueryProcessor() |
Modifier and Type | Method and Description |
---|---|
QueryProcessor |
QueryProcessorManager.getQueryProcessor(String queryType)
Return the query processor with the given type.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryProcessorManager.setQueryProcessor(String queryType,
QueryProcessor processor)
Registers the provided query processor with the given type.
|
Copyright © 2016 WSO2 Inc. All Rights Reserved.