Searched refs:sqlite3_preupdate_depth (Results 1 – 5 of 5) sorted by relevance
740 # Test that the sqlite3_preupdate_depth() API seems to work.
2011 int sqlite3_preupdate_depth(sqlite3 *db){ in sqlite3_preupdate_depth() function
3570 pRet = Tcl_NewIntObj(sqlite3_preupdate_depth(pDb->db)); in DbObjCmd()
10060 ** [sqlite3_preupdate_count()], and [sqlite3_preupdate_depth()] interfaces10089 ** ^The [sqlite3_preupdate_depth(D)] interface returns 0 if the preupdate10122 int sqlite3_preupdate_depth(sqlite3 *);
1537 return sqlite3_preupdate_depth((sqlite3*)pCtx); in sessionPreupdateDepth()