org.mule.transport.jdbc.sqlstrategy
Interface SqlStatementStrategy

All Known Implementing Classes:
CallableSqlStatementStrategy, SelectSqlStatementStrategy, SimpleUpdateSqlStatementStrategy

public interface SqlStatementStrategy


Method Summary
 MuleMessage executeStatement(JdbcConnector connector, ImmutableEndpoint endpoint, MuleEvent event, long timeout, Connection connection)
           
 

Method Detail

executeStatement

MuleMessage executeStatement(JdbcConnector connector,
                             ImmutableEndpoint endpoint,
                             MuleEvent event,
                             long timeout,
                             Connection connection)
                             throws Exception
Throws:
Exception


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