|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.jdbc.object.RdbmsOperation
org.springframework.jdbc.object.SqlCall
org.springframework.jdbc.object.StoredProcedure
com.ca.jcs.jdbc.JDBCStoredProcedure
public class JDBCStoredProcedure
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 |
|---|
public JDBCStoredProcedure(DataSource ds,
String procName)
| Method Detail |
|---|
public org.springframework.jdbc.core.SqlReturnResultSet getSqlReturnResultSet()
public void setSqlReturnResultSet(org.springframework.jdbc.core.SqlReturnResultSet srrs)
public List<org.springframework.jdbc.core.SqlParameter> getParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||