org.mule.transport.jdbc.sqlstrategy
Class SelectSqlStatementStrategy

java.lang.Object
  extended by org.mule.transport.jdbc.sqlstrategy.SelectSqlStatementStrategy
All Implemented Interfaces:
SqlStatementStrategy

public class SelectSqlStatementStrategy
extends Object
implements SqlStatementStrategy

Implements strategy for handling normal select statements + acks.


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

Field Detail

logger

protected transient Logger logger
Constructor Detail

SelectSqlStatementStrategy

public SelectSqlStatementStrategy()
Method Detail

executeStatement

public MuleMessage executeStatement(JdbcConnector connector,
                                    ImmutableEndpoint endpoint,
                                    MuleEvent event,
                                    long timeout,
                                    Connection connection)
                             throws Exception
Specified by:
executeStatement in interface SqlStatementStrategy
Throws:
Exception


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.