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