org.mule.module.db.internal.domain.executor
Class SelectExecutorFactory
java.lang.Object
org.mule.module.db.internal.domain.executor.SelectExecutorFactory
- All Implemented Interfaces:
- QueryExecutorFactory
public class SelectExecutorFactory
- extends Object
- implements QueryExecutorFactory
Creates QueryExecutor instances
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectExecutorFactory
public SelectExecutorFactory(StatementFactory statementFactory,
ResultSetHandler resultHandler)
create
public QueryExecutor create()
- Specified by:
create in interface QueryExecutorFactory
- Returns:
- a non null query executor
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.