Home | History | Annotate | Download | only in dist

Lines Matching full:bindings

3508 ** to the [sqlite3_bind_text | bindings] of that [parameter]. 
3756 ** ^Bindings are not cleared by the [sqlite3_reset()] routine.
3852 ** CAPI3REF: Reset All Bindings On A Prepared Statement
3856 ** the [sqlite3_bind_blob | bindings] on a [prepared statement].
4325 ** Use [sqlite3_clear_bindings()] to reset the bindings.
4340 ** of any [sqlite3_bind_blob|bindings] on the [prepared statement] S.
72213 ** following any change to the bindings of that parameter.
72455 ** Transfer all bindings from the first statement over to the second.
72480 ** If the two statements contain a different number of bindings, then
72689 ** their current bindings. Or, if sqlite3.nVdbeExec is greater than 1,