org.mule.transport.jdbc.sqlstrategy
Class SimpleUpdateSQLStrategy

java.lang.Object
  extended by org.mule.transport.jdbc.sqlstrategy.SimpleUpdateSQLStrategy
All Implemented Interfaces:
SQLStrategy
Direct Known Subclasses:
CallableSQLStrategy

public class SimpleUpdateSQLStrategy
extends Object
implements SQLStrategy


Field Summary
protected static Logger logger
           
 
Constructor Summary
SimpleUpdateSQLStrategy()
           
 
Method Summary
protected  String escapeStatement(String statement)
           
 MuleMessage executeStatement(JdbcConnector connector, ImmutableEndpoint endpoint, MuleEvent event, long timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static Logger logger
Constructor Detail

SimpleUpdateSQLStrategy

public SimpleUpdateSQLStrategy()
Method Detail

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.