Hi I am calling an SP from Java code. This SP has 50+ input parameters. So I set
ct.setInt(1, id);
like this from 1 to 50. So if i need to remove say 4th parameter, i need to change all the numbers manually which is a tedious process. Is there any good way to implement this? Some loop way where we dont need to manually change the parameter number?
问问题
39 次