Greetings,
I have a question on the Object [] args parameter of the SimpleJdbcTemplate's query method -
What impact does setting the arguments have on the query that is executed? The API docs only describe them as "the args for the query".
Thanks,
Steve


Reply With Quote
.

So cut it down to a sigle parameter and it worked. I added another one with the array and was even more confused why it worked. Then I realized what was going on. Searched online found this thread.
