int sqlite3_clear_bindings(sqlite3_stmt*);
R-00203-32193:[Contrary to the intuition of many, sqlite3_reset() does not reset the bindings on a prepared statement. ] R-56899-62057:[Use this routine to reset all host parameters to NULL. ]
See also lists of Objects, Constants, and Functions.