org.mule.transport.jdbc.sqlstrategy
Class CallableSQLStrategy

java.lang.Object
  extended by org.mule.transport.jdbc.sqlstrategy.SimpleUpdateSQLStrategy
      extended by org.mule.transport.jdbc.sqlstrategy.CallableSQLStrategy
All Implemented Interfaces:
SQLStrategy

public class CallableSQLStrategy
extends SimpleUpdateSQLStrategy

Implements strategy for executing simple stored procedures. Only IN parameters can be used and no OUT values can be returned from the stored procedure.


Field Summary
protected static String STORED_PROCEDURE_PREFIX
           
protected static String STORED_PROCEDURE_SUFFIX
           
 
Fields inherited from class org.mule.transport.jdbc.sqlstrategy.SimpleUpdateSQLStrategy
logger
 
Constructor Summary
CallableSQLStrategy()
           
 
Method Summary
protected  String escapeStatement(String statement)
           
 
Methods inherited from class org.mule.transport.jdbc.sqlstrategy.SimpleUpdateSQLStrategy
executeStatement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

CallableSQLStrategy

public CallableSQLStrategy()
Method Detail

escapeStatement

protected String escapeStatement(String statement)
Overrides:
escapeStatement in class SimpleUpdateSQLStrategy


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.