org.mule.transport.jdbc.sqlstrategy
Interface SqlStatementStrategyFactory

All Known Implementing Classes:
DefaultSqlStatementStrategyFactory

public interface SqlStatementStrategyFactory

Factory that selects appropriate implementation of SQLStrategy for a particular SQL string


Method Summary
 SqlStatementStrategy create(String sql, Object payload)
           
 

Method Detail

create

SqlStatementStrategy create(String sql,
                            Object payload)
                            throws Exception
Throws:
Exception


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.