org.mule.transport.jdbc.sqlstrategy
Class SelectSqlStatementStrategy
java.lang.Object
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.
|
Method Summary |
org.mule.api.MuleMessage |
executeStatement(JdbcConnector connector,
org.mule.api.endpoint.ImmutableEndpoint endpoint,
org.mule.api.MuleEvent event,
long timeout)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected transient Logger logger
SelectSqlStatementStrategy
public SelectSqlStatementStrategy()
executeStatement
public org.mule.api.MuleMessage executeStatement(JdbcConnector connector,
org.mule.api.endpoint.ImmutableEndpoint endpoint,
org.mule.api.MuleEvent event,
long timeout)
throws Exception
- Specified by:
executeStatement in interface SqlStatementStrategy
- Throws:
Exception
Copyright © 2003-2011 MuleSoft, Inc.. All Rights Reserved.