Searched refs:commit_hook (Results 1 – 3 of 3) sorted by relevance
| /sqlite-3.40.0/test/ |
| H A D | hook.test | 27 db commit_hook 33 proc commit_hook {} { 37 db commit_hook ::commit_hook 38 db commit_hook 39 } {::commit_hook} 59 proc commit_hook {} { 70 proc commit_hook {} { 89 db commit_hook {} 102 proc commit_hook {} { 107 db2 commit_hook commit_hook [all …]
|
| H A D | tclsqlite.test | 45 …bind_fallback, busy, cache, changes, close, collate, collation_needed, commit_hook, complete, conf… 112 set v [catch {db commit_hook a b c} msg] 114 } {1 {wrong # args: should be "db commit_hook ?CALLBACK?"}}
|
| /sqlite-3.40.0/src/ |
| H A D | sqlite3ext.h | 75 void * (*commit_hook)(sqlite3*,int(*)(void*),void*); member 428 #define sqlite3_commit_hook sqlite3_api->commit_hook
|