Uses of Class
org.mule.module.db.internal.domain.query.QueryType

Packages that use QueryType
org.mule.module.db.internal.config.processor   
org.mule.module.db.internal.domain.query   
org.mule.module.db.internal.processor   
 

Uses of QueryType in org.mule.module.db.internal.config.processor
 

Methods in org.mule.module.db.internal.config.processor that return types with arguments of type QueryType
protected  List<QueryType> UpdateProcessorBeanDefinitionParser.getQueryType()
           
protected  List<QueryType> DeleteProcessorBeanDefinitionParser.getQueryType()
           
protected abstract  List<QueryType> AbstractUpdateProcessorBeanDefinitionParser.getQueryType()
           
protected  List<QueryType> InsertProcessorBeanDefinitionParser.getQueryType()
           
 

Constructor parameters in org.mule.module.db.internal.config.processor with type arguments of type QueryType
PreparedBulkUpdateProcessorBeanDefinitionParser(List<QueryType> validQueryTypes)
           
SingleUpdateProcessorDefinitionParser(List<QueryType> validQueryTypes)
           
 

Uses of QueryType in org.mule.module.db.internal.domain.query
 

Methods in org.mule.module.db.internal.domain.query that return QueryType
 QueryType QueryTemplate.getType()
          Returns the type of SQL query.
static QueryType QueryType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueryType[] QueryType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.mule.module.db.internal.domain.query with parameters of type QueryType
QueryTemplate(String sqlText, QueryType type, List<QueryParam> params)
          Creates a static SQL query template.
QueryTemplate(String sqlText, QueryType type, List<QueryParam> params, boolean dynamic)
          Creates a SQL query template.
 

Uses of QueryType in org.mule.module.db.internal.processor
 

Methods in org.mule.module.db.internal.processor that return types with arguments of type QueryType
protected  List<QueryType> BulkExecuteMessageProcessor.getValidQueryTypes()
           
protected  List<QueryType> PreparedBulkUpdateMessageProcessor.getValidQueryTypes()
           
protected  List<QueryType> StoredProcedureMessageProcessor.getValidQueryTypes()
           
protected  List<QueryType> UpdateMessageProcessor.getValidQueryTypes()
           
protected  List<QueryType> ExecuteDdlMessageProcessor.getValidQueryTypes()
           
protected abstract  List<QueryType> AbstractDbMessageProcessor.getValidQueryTypes()
           
protected  List<QueryType> SelectMessageProcessor.getValidQueryTypes()
           
 

Constructor parameters in org.mule.module.db.internal.processor with type arguments of type QueryType
PreparedBulkUpdateMessageProcessor(DbConfigResolver dbConfigResolver, QueryResolver queryResolver, BulkQueryExecutorFactory bulkUpdateExecutorFactory, TransactionalAction transactionalAction, List<QueryType> validQueryTypes)
           
UpdateMessageProcessor(DbConfigResolver dbConfigResolver, QueryResolver queryResolver, QueryExecutorFactory queryExecutorFactory, TransactionalAction transactionalAction, List<QueryType> validQueryTypes)
           
 



Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.