org.mule.transport.jdbc.sqlstrategy
Class SQLStrategyFactory
java.lang.Object
org.mule.transport.jdbc.sqlstrategy.SQLStrategyFactory
public class SQLStrategyFactory
- extends Object
Factory that selects appropriate implementation of SQLStrategy for a particular SQL string
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
simpleUpdateSQLStrategy
protected SimpleUpdateSQLStrategy simpleUpdateSQLStrategy
selectSQLStrategy
protected SelectSQLStrategy selectSQLStrategy
callableSQLStrategy
protected CallableSQLStrategy callableSQLStrategy
SQLStrategyFactory
public SQLStrategyFactory()
create
public SQLStrategy create(String sql,
Object payload)
throws Exception
- Throws:
Exception
Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.