Searched refs:sqlite3_update_hook (Results 1 – 4 of 4) sorted by relevance
504 #define sqlite3_update_hook sqlite3_api->update_hook macro
6785 ** See also the [sqlite3_update_hook()] interface.6860 ** ^The sqlite3_update_hook() interface registers a callback function6870 ** to sqlite3_update_hook().6903 ** ^The sqlite3_update_hook(D,C,P) function6911 SQLITE_API void *sqlite3_update_hook(10455 ** See also: [sqlite3_update_hook()]
7098 ** See also the [sqlite3_update_hook()] interface.7173 ** ^The sqlite3_update_hook() interface registers a callback function7183 ** to sqlite3_update_hook().7216 ** ^The sqlite3_update_hook(D,C,P) function7224 SQLITE_API void *sqlite3_update_hook(10768 ** See also: [sqlite3_update_hook()][all...]
1937 sqlite3_update_hook(db, (pDb->pUpdateHook?DbUpdateHandler:0), pDb); in DbHookCmd()