Uses of Interface
org.mule.module.db.internal.result.statement.StatementResultHandler

Packages that use StatementResultHandler
org.mule.module.db.internal.domain.executor   
org.mule.module.db.internal.result.statement   
 

Uses of StatementResultHandler in org.mule.module.db.internal.domain.executor
 

Constructors in org.mule.module.db.internal.domain.executor with parameters of type StatementResultHandler
StoredProcedureExecutor(StatementFactory statementFactory, StatementResultHandler statementResultHandler)
           
StoredProcedureExecutorFactory(StatementFactory statementFactory, StatementResultHandler statementResultHandler)
           
 

Uses of StatementResultHandler in org.mule.module.db.internal.result.statement
 

Classes in org.mule.module.db.internal.result.statement that implement StatementResultHandler
 class AbstractMapStatementResultHandler
          Processes Statement results creating a map containing them.
 class EagerStatementResultHandler
          Processes Statement results and then closes the statement.
 class StreamingStatementResultHandler
          Processes Statement results without closing the statement.
 



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