public class GenericStoredProcedure extends StoredProcedure
This implementation does not provide a typed method for invocation so executions
must use one of the generic StoredProcedure.execute(java.util.Map)
or
StoredProcedure.execute(org.springframework.jdbc.core.ParameterMapper)
methods.
StoredProcedure
logger
Constructor and Description |
---|
GenericStoredProcedure() |
allowsUnusedParameters, declareParameter, execute, execute, execute
compileInternal, getCallString, isFunction, isSqlReadyForUse, newCallableStatementCreator, newCallableStatementCreator, onCompileInternal, setFunction, setSqlReadyForUse
afterPropertiesSet, checkCompiled, compile, getDeclaredParameters, getGeneratedKeysColumnNames, getJdbcTemplate, getResultSetType, getSql, isCompiled, isReturnGeneratedKeys, isUpdatableResults, setDataSource, setFetchSize, setGeneratedKeysColumnNames, setJdbcTemplate, setMaxRows, setParameters, setQueryTimeout, setResultSetType, setReturnGeneratedKeys, setSql, setTypes, setUpdatableResults, supportsLobParameters, validateNamedParameters, validateParameters