|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.transport.jdbc.sqlstrategy.DefaultSqlStatementStrategyFactory
public class DefaultSqlStatementStrategyFactory
Field Summary | |
---|---|
protected CallableSqlStatementStrategy |
callableSQLStrategy
|
protected SelectSqlStatementStrategy |
selectSQLStrategy
|
protected SimpleUpdateSqlStatementStrategy |
simpleUpdateSQLStrategy
|
Constructor Summary | |
---|---|
DefaultSqlStatementStrategyFactory()
|
Method Summary | |
---|---|
SqlStatementStrategy |
create(java.lang.String sql,
java.lang.Object payload)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected SimpleUpdateSqlStatementStrategy simpleUpdateSQLStrategy
protected SelectSqlStatementStrategy selectSQLStrategy
protected CallableSqlStatementStrategy callableSQLStrategy
Constructor Detail |
---|
public DefaultSqlStatementStrategyFactory()
Method Detail |
---|
public SqlStatementStrategy create(java.lang.String sql, java.lang.Object payload) throws java.lang.Exception
create
in interface SqlStatementStrategyFactory
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |