Searched refs:xCommitCallback (Results 1 – 3 of 3) sorted by relevance
360 int (*xCommitCallback)(void*);/* Invoked at every commit. */ member
1078 db->xCommitCallback = xCallback; in sqlite_commit_hook()
2228 if( db->xCommitCallback!=0 ){ in sqliteVdbeExec()2230 if( db->xCommitCallback(db->pCommitArg)!=0 ){ in sqliteVdbeExec()