Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
Correction, new methods would be similar to:
public SQLiteStatement bind(String name, String value) throws SQLiteException {
bind(getBindParameterIndex(name),value);
return this;
}
Original comment by ymango...@c-2iinc.com
on 1 Apr 2013 at 11:00
Thanks for the suggestion!
Original comment by ser...@gmail.com
on 2 Apr 2013 at 8:37
Original comment by linkogen...@gmail.com
on 22 Aug 2013 at 8:09
Original issue reported on code.google.com by
ymango...@c-2iinc.com
on 1 Apr 2013 at 10:55