|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SqlStatementStrategy | |
---|---|
org.mule.transport.jdbc.sqlstrategy |
Uses of SqlStatementStrategy in org.mule.transport.jdbc.sqlstrategy |
---|
Classes in org.mule.transport.jdbc.sqlstrategy that implement SqlStatementStrategy | |
---|---|
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 |
Methods in org.mule.transport.jdbc.sqlstrategy that return SqlStatementStrategy | |
---|---|
SqlStatementStrategy |
DefaultSqlStatementStrategyFactory.create(java.lang.String sql,
java.lang.Object payload)
|
SqlStatementStrategy |
SqlStatementStrategyFactory.create(java.lang.String sql,
java.lang.Object payload)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |