Uses of Class
org.springframework.integration.jdbc.storedproc.ProcedureParameter
Package
Description
Root package of the Spring Integration JDBC module, which contains various
JDBC and Stored Procedure/Function supporting components.
Provides Stored Procedure/Function supporting classes.
-
Uses of ProcedureParameter in org.springframework.integration.jdbc
Modifier and TypeMethodDescriptionvoid
StoredProcExecutor.setProcedureParameters
(List<ProcedureParameter> procedureParameters) Custom Stored Procedure parameters that may contain static values or Strings representing anExpression
. -
Uses of ProcedureParameter in org.springframework.integration.jdbc.storedproc
Modifier and TypeMethodDescriptionProcedureParameter.convertExpressions
(Collection<ProcedureParameter> procedureParameters) Utility method that converts a Collection ofProcedureParameter
to a Map containing only expression parameters.ProcedureParameter.convertStaticParameters
(Collection<ProcedureParameter> procedureParameters) Utility method that converts a Collection ofProcedureParameter
to a Map containing only static parameters.