Uses of Class
org.midao.jdbc.core.handlers.model.ProcessedInput

Packages that use ProcessedInput
org.midao.jdbc.core.handlers.model   
org.midao.jdbc.core.handlers.utils   
org.midao.jdbc.core.processor I/O Processors 
org.midao.jdbc.spring.processor   
 

Uses of ProcessedInput in org.midao.jdbc.core.handlers.model
 

Methods in org.midao.jdbc.core.handlers.model with parameters of type ProcessedInput
 void QueryParameters.updateAndClean(ProcessedInput processedInput)
          Utility function.
 

Constructors in org.midao.jdbc.core.handlers.model with parameters of type ProcessedInput
ProcessedInput(ProcessedInput processedInput)
          Creates new QueryParameters instance and loads values from ProcessedInput
QueryParameters(ProcessedInput processedInput)
          Creates new QueryParameters instance and fills it with data from ProcessedInput Values and position.
 

Uses of ProcessedInput in org.midao.jdbc.core.handlers.utils
 

Methods in org.midao.jdbc.core.handlers.utils with parameters of type ProcessedInput
static void InputUtils.defineOrder(ProcessedInput processedInput, QueryParameters parameters)
          Defines order of @parameters based on @processedInput
 

Uses of ProcessedInput in org.midao.jdbc.core.processor
 

Methods in org.midao.jdbc.core.processor that return ProcessedInput
 ProcessedInput QueryInputProcessor.processInput(java.lang.String originalSql, java.util.Map<java.lang.String,java.lang.Object> params)
          Processes original SQL and params and returns ProcessedInput object with parsed SQL and ordered map of parameters/values
 ProcessedInput BasicQueryInputProcessor.processInput(java.lang.String originalSql, java.util.Map<java.lang.String,java.lang.Object> params)
          Processes original SQL and params and returns ProcessedInput object with parsed SQL and ordered map of parameters/values
 

Uses of ProcessedInput in org.midao.jdbc.spring.processor
 

Methods in org.midao.jdbc.spring.processor that return ProcessedInput
 ProcessedInput SpringQueryInputProcessor.processInput(java.lang.String query, java.util.Map<java.lang.String,java.lang.Object> params)
          Processes original SQL and params and returns ProcessedInput object with parsed SQL and ordered map of parameters/values
 



Copyright © 2013. All Rights Reserved.