org.mule.module.db.internal.domain.executor
Class SelectExecutor
java.lang.Object
org.mule.module.db.internal.domain.executor.AbstractExecutor
org.mule.module.db.internal.domain.executor.AbstractSingleQueryExecutor
org.mule.module.db.internal.domain.executor.SelectExecutor
- All Implemented Interfaces:
- QueryExecutor
public class SelectExecutor
- extends AbstractSingleQueryExecutor
Executes queries that return a resultSet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SelectExecutor
public SelectExecutor(StatementFactory statementFactory,
ResultSetHandler resultHandler)
doExecuteQuery
protected Object doExecuteQuery(DbConnection connection,
Statement statement,
Query query)
throws SQLException
- Specified by:
doExecuteQuery in class AbstractSingleQueryExecutor
- Throws:
SQLException
doExecuteQuery
protected Object doExecuteQuery(DbConnection connection,
Statement statement,
Query query,
AutoGeneratedKeyStrategy autoGeneratedKeyStrategy)
throws SQLException
- Specified by:
doExecuteQuery in class AbstractSingleQueryExecutor
- Throws:
SQLException
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.