Uses of Interface
org.mule.module.db.internal.domain.param.InputQueryParam

Packages that use InputQueryParam
org.mule.module.db.internal.domain.logger   
org.mule.module.db.internal.domain.param   
org.mule.module.db.internal.domain.query   
 

Uses of InputQueryParam in org.mule.module.db.internal.domain.logger
 

Methods in org.mule.module.db.internal.domain.logger with parameters of type InputQueryParam
 void NullSingleQueryLogger.addParameter(InputQueryParam param, Object value)
           
 void DebugSingleQueryLogger.addParameter(InputQueryParam param, Object value)
           
 void SingleQueryLogger.addParameter(InputQueryParam param, Object value)
          Adds the value of a query parameter for logging
 

Uses of InputQueryParam in org.mule.module.db.internal.domain.param
 

Subinterfaces of InputQueryParam in org.mule.module.db.internal.domain.param
 interface InOutQueryParam
          Defines a parameter that provides an input value and returns an output value
 

Classes in org.mule.module.db.internal.domain.param that implement InputQueryParam
 class DefaultInOutQueryParam
           
 class DefaultInputQueryParam
           
 

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

Methods in org.mule.module.db.internal.domain.query that return types with arguments of type InputQueryParam
 List<InputQueryParam> QueryTemplate.getInputParams()
          Returns the input parameter definitions.
 



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