spring-framework / org.springframework.jdbc.core.namedparam / SqlParameterSourceUtils / extractCaseInsensitiveParameterNames

extractCaseInsensitiveParameterNames

open static fun extractCaseInsensitiveParameterNames(parameterSource: SqlParameterSource): MutableMap<String, String>

Create a Map of case insensitive parameter names together with the original name.

Parameters

parameterSource - the source of parameter names

Return
the Map that can be used for case insensitive matching of parameter names