public class DefaultSqlStatementStrategyFactory extends Object implements SqlStatementStrategyFactory
| Modifier and Type | Field and Description |
|---|---|
protected CallableSqlStatementStrategy |
callableSQLStrategy |
protected SelectSqlStatementStrategy |
selectSQLStrategy |
protected SimpleUpdateSqlStatementStrategy |
simpleUpdateSQLStrategy |
| Constructor and Description |
|---|
DefaultSqlStatementStrategyFactory() |
protected SimpleUpdateSqlStatementStrategy simpleUpdateSQLStrategy
protected SelectSqlStatementStrategy selectSQLStrategy
protected CallableSqlStatementStrategy callableSQLStrategy
public SqlStatementStrategy create(String sql, Object payload) throws Exception
create in interface SqlStatementStrategyFactoryExceptionCopyright © 2003–2018 MuleSoft, Inc.. All rights reserved.