org.mule.module.db.internal.domain.executor
Class UpdateExecutor
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.UpdateExecutor
- All Implemented Interfaces:
- QueryExecutor
public class UpdateExecutor
- extends AbstractSingleQueryExecutor
Executes queries that return an update count or an update count and auto
generated keys
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpdateExecutor
public UpdateExecutor(StatementFactory statementFactory)
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 dbConnection,
Statement statement,
Query query,
AutoGeneratedKeyStrategy autoGeneratedKeyStrategy)
throws SQLException
- Specified by:
doExecuteQuery in class AbstractSingleQueryExecutor
- Throws:
SQLException
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.