org.mule.transport.jdbc.sqlstrategy
Class SimpleUpdateSqlStatementStrategy
java.lang.Object
org.mule.transport.jdbc.sqlstrategy.SimpleUpdateSqlStatementStrategy
- All Implemented Interfaces:
- SqlStatementStrategy
- Direct Known Subclasses:
- CallableSqlStatementStrategy
public class SimpleUpdateSqlStatementStrategy
- extends Object
- implements SqlStatementStrategy
Implements strategy for handling individual insert, update, and delete statements
|
Field Summary |
protected org.apache.log4j.Logger |
logger
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected transient org.apache.log4j.Logger logger
SimpleUpdateSqlStatementStrategy
public SimpleUpdateSqlStatementStrategy()
executeStatement
public org.mule.api.MuleMessage executeStatement(JdbcConnector connector,
org.mule.api.endpoint.ImmutableEndpoint endpoint,
org.mule.api.MuleEvent event,
long timeout,
Connection connection)
throws Exception
- Specified by:
executeStatement in interface SqlStatementStrategy
- Throws:
Exception
escapeStatement
protected String escapeStatement(String statement)
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.