org.mule.module.db.internal.domain.executor
Class StoredProcedureExecutor
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.StoredProcedureExecutor
- All Implemented Interfaces:
- QueryExecutor
public class StoredProcedureExecutor
- extends AbstractSingleQueryExecutor
Executes stored procedure queries
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StoredProcedureExecutor
public StoredProcedureExecutor(StatementFactory statementFactory,
StatementResultHandler statementResultHandler)
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.