com.ca.jcs.jdbc
Class JDBCStoredProcedure

java.lang.Object
  extended by org.springframework.jdbc.object.RdbmsOperation
      extended by org.springframework.jdbc.object.SqlCall
          extended by org.springframework.jdbc.object.StoredProcedure
              extended by com.ca.jcs.jdbc.JDBCStoredProcedure
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

public class JDBCStoredProcedure
extends org.springframework.jdbc.object.StoredProcedure

Class representing stored procedure calls, which allows for changing of the associated datasource without complete recreation being required.


Field Summary
 
Fields inherited from class org.springframework.jdbc.object.RdbmsOperation
logger
 
Constructor Summary
JDBCStoredProcedure(DataSource ds, String procName)
           
 
Method Summary
 List<org.springframework.jdbc.core.SqlParameter> getParameters()
           
 org.springframework.jdbc.core.SqlReturnResultSet getSqlReturnResultSet()
           
 void setSqlReturnResultSet(org.springframework.jdbc.core.SqlReturnResultSet srrs)
           
 
Methods inherited from class org.springframework.jdbc.object.StoredProcedure
allowsUnusedParameters, declareParameter, execute, execute
 
Methods inherited from class org.springframework.jdbc.object.SqlCall
compileInternal, getCallString, isFunction, isSqlReadyForUse, newCallableStatementCreator, newCallableStatementCreator, onCompileInternal, setFunction, setSqlReadyForUse
 
Methods inherited from class org.springframework.jdbc.object.RdbmsOperation
afterPropertiesSet, checkCompiled, compile, getDeclaredParameters, getGeneratedKeysColumnNames, getJdbcTemplate, getResultSetType, getSql, isCompiled, isReturnGeneratedKeys, isUpdatableResults, setDataSource, setFetchSize, setGeneratedKeysColumnNames, setJdbcTemplate, setMaxRows, setResultSetType, setReturnGeneratedKeys, setSql, setTypes, setUpdatableResults, supportsLobParameters, validateParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCStoredProcedure

public JDBCStoredProcedure(DataSource ds,
                           String procName)
Method Detail

getSqlReturnResultSet

public org.springframework.jdbc.core.SqlReturnResultSet getSqlReturnResultSet()

setSqlReturnResultSet

public void setSqlReturnResultSet(org.springframework.jdbc.core.SqlReturnResultSet srrs)

getParameters

public List<org.springframework.jdbc.core.SqlParameter> getParameters()


Created 2011-07-14 13:27 EST