spring-framework / org.springframework.jdbc.core.metadata / CallMetaDataContext / processParameters

processParameters

open fun processParameters(parameters: MutableList<SqlParameter>): Unit

Process the list of parameters provided, and if procedure column metadata is used, the parameters will be matched against the metadata information and any missing ones will be automatically included.

Parameters

parameters - the list of parameters to use as a base