| Package | Description |
|---|---|
| org.mule.transport.jdbc.sqlstrategy |
| Modifier and Type | Class and Description |
|---|---|
class |
CallableSqlStatementStrategy
Implements strategy for executing simple stored procedures.
|
class |
SelectSqlStatementStrategy
Implements strategy for handling normal select statements + acks.
|
class |
SimpleUpdateSqlStatementStrategy
Implements strategy for handling individual insert, update, and delete statements
|
| Modifier and Type | Method and Description |
|---|---|
SqlStatementStrategy |
SqlStatementStrategyFactory.create(String sql,
Object payload) |
SqlStatementStrategy |
DefaultSqlStatementStrategyFactory.create(String sql,
Object payload) |
| Modifier and Type | Method and Description |
|---|---|
org.mule.api.MuleMessage |
SqlStatementStrategyExecutor.execute(SqlStatementStrategy strategy,
JdbcConnector connector,
org.mule.api.endpoint.ImmutableEndpoint endpoint,
org.mule.api.MuleEvent event,
long timeout,
Connection connection) |
Copyright © 2003–2015 MuleSoft, Inc.. All rights reserved.