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.
|
Field Summary |
protected org.apache.log4j.Logger |
logger
|
|
Method Summary |
org.mule.api.MuleMessage |
executeStatement(JdbcConnector connector,
org.mule.api.endpoint.ImmutableEndpoint endpoint,
org.mule.api.MuleEvent event,
long timeout,
Connection connection)
|
| 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
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,
Connection connection)
throws Exception
- Specified by:
executeStatement in interface SqlStatementStrategy
- Throws:
Exception
Copyright © 2003–2014 MuleSoft, Inc.. All rights reserved.