org.mule.transport.jdbc.sqlstrategy
Class CallableSqlStatementStrategy
java.lang.Object
org.mule.transport.jdbc.sqlstrategy.SimpleUpdateSqlStatementStrategy
org.mule.transport.jdbc.sqlstrategy.CallableSqlStatementStrategy
- All Implemented Interfaces:
- SqlStatementStrategy
public class CallableSqlStatementStrategy
- extends SimpleUpdateSqlStatementStrategy
Implements strategy for executing simple stored procedures. Only IN parameters
can be used and no OUT values can be returned from the stored procedure.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
STORED_PROCEDURE_PREFIX
protected static final String STORED_PROCEDURE_PREFIX
- See Also:
- Constant Field Values
STORED_PROCEDURE_SUFFIX
protected static final String STORED_PROCEDURE_SUFFIX
- See Also:
- Constant Field Values
CallableSqlStatementStrategy
public CallableSqlStatementStrategy()
escapeStatement
protected String escapeStatement(String statement)
- Overrides:
escapeStatement in class SimpleUpdateSqlStatementStrategy
Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.