Calls sqlite3_bind_text with the 1-based index and the target value.
sqlite3_bind_text
void bindText(int index, String value) { handleBindRc(rawStatement.sqlite3_bind_text(index, value)); }