Prior to this commit, when using RowCallbackHandler or ResultSetExtractor in JdbcClient and passing a parameter to paramSource(), an exception was thrown stating "No value supplied for the SQL parameter 'xxxxxx'" because the SqlParameterSource used internally was the wrong one. Closes gh-31195