- prog
- the program to bind the object to
- index
- the 1-based index to bind at
- value
- the value to bind
Binds the given Object to the given SQLiteProgram using the proper typing. For example, bind numbers as longs/doubles, and everything else as a string by call toString() on it.