Home
last modified time | relevance | path

Searched refs:sqlite3_clear_bindings (Results 1 – 11 of 11) sorted by relevance

/sqlite-3.40.0/test/
H A Dcapi3.test1054 # Test cases capi3-13.* test the sqlite3_clear_bindings() and
1057 if {[llength [info commands sqlite3_clear_bindings]]>0} {
1073 sqlite3_clear_bindings $STMT
H A Dbind.test628 # Test the operation of sqlite3_clear_bindings
653 sqlite3_clear_bindings $VM
H A Danalyze3.test627 # analyze3-5.1.*: sqlite3_clear_bindings()
652 sqlite3_clear_bindings $S
H A Dcapi3c.test982 # Test cases capi3c-13.* test the sqlite3_clear_bindings() and
985 if {[llength [info commands sqlite3_clear_bindings]]>0} {
1001 sqlite3_clear_bindings $STMT
/sqlite-3.40.0/src/
H A Dloadext.c280 sqlite3_clear_bindings,
H A Dsqlite3ext.h516 #define sqlite3_clear_bindings sqlite3_api->clear_bindings macro
H A Dvdbeapi.c149 int sqlite3_clear_bindings(sqlite3_stmt *pStmt){ in sqlite3_clear_bindings() function
H A Dtest1.c4360 Tcl_SetObjResult(interp, Tcl_NewIntObj(sqlite3_clear_bindings(pStmt))); in test_clear_bindings()
H A Dsqlite.h.in4650 int sqlite3_clear_bindings(sqlite3_stmt*);
5177 ** Use [sqlite3_clear_bindings()] to reset the bindings.
/sqlite-3.40.0/ext/recover/
H A Dsqlite3recover.c1398 sqlite3_clear_bindings(pProbe); in recoverLostAndFoundCreate()
1551 sqlite3_clear_bindings(pInsert); in recoverLostAndFoundOnePage()
1800 if( pInsert ) sqlite3_clear_bindings(pInsert); in recoverWriteDataStep()
/sqlite-3.40.0/ext/wasm/api/
H A Dsqlite3-api-oo1.js1349 capi.sqlite3_clear_bindings(this.pointer);