org.mule.transport.jdbc.sqlstrategy
Class SimpleUpdateSQLStrategy
java.lang.Object
org.mule.transport.jdbc.sqlstrategy.SimpleUpdateSQLStrategy
- All Implemented Interfaces:
- SQLStrategy
- Direct Known Subclasses:
- CallableSQLStrategy
public class SimpleUpdateSQLStrategy
- extends Object
- implements SQLStrategy
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static Logger logger
SimpleUpdateSQLStrategy
public SimpleUpdateSQLStrategy()
executeStatement
public MuleMessage executeStatement(JdbcConnector connector,
ImmutableEndpoint endpoint,
MuleEvent event,
long timeout)
throws Exception
- Specified by:
executeStatement in interface SQLStrategy
- Throws:
Exception
escapeStatement
protected String escapeStatement(String statement)
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.