open static fun extractCaseInsensitiveParameterNames(parameterSource: SqlParameterSource): MutableMap<String, String>
Create a Map of case insensitive parameter names together with the original name.
parameterSource - the source of parameter names
Return
the Map that can be used for case insensitive matching of parameter names