org.mule.module.db.internal.domain.executor
Class StoredProcedureExecutorFactory

java.lang.Object
  extended by org.mule.module.db.internal.domain.executor.StoredProcedureExecutorFactory
All Implemented Interfaces:
QueryExecutorFactory

public class StoredProcedureExecutorFactory
extends Object
implements QueryExecutorFactory

Creates StoredProcedureExecutor instances


Constructor Summary
StoredProcedureExecutorFactory(StatementFactory statementFactory, StatementResultHandler statementResultHandler)
           
 
Method Summary
 QueryExecutor create()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoredProcedureExecutorFactory

public StoredProcedureExecutorFactory(StatementFactory statementFactory,
                                      StatementResultHandler statementResultHandler)
Method Detail

create

public QueryExecutor create()
Specified by:
create in interface QueryExecutorFactory
Returns:
a non null query executor


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