selectively update prepared statement
- by user309584
for an prepared statement
update table t set a = ? ,b = ? where i = ?
column a to stay column a ie. a=a and only need to setInt for b and visa versa, without needing another statement. Is there a concise way of doing this?