1.Dd March 11, 2017 2.Dt SQLITE3_CLEAR_BINDINGS 3 3.Os 4.Sh NAME 5.Nm sqlite3_clear_bindings 6.Nd Reset All Bindings On A Prepared Statement 7.Sh SYNOPSIS 8.Ft int 9.Fo sqlite3_clear_bindings 10.Fa "sqlite3_stmt*" 11.Fc 12.Sh DESCRIPTION 13Contrary to the intuition of many, sqlite3_reset() does 14not reset the bindings on a prepared statement. 15Use this routine to reset all host parameters to NULL. 16.Sh SEE ALSO 17.Xr sqlite3_stmt 3 , 18.Xr sqlite3_bind_blob 3 , 19.Xr sqlite3_reset 3 20