Searched refs:sqlite3_update_hook (Results 1 – 6 of 6) sorted by relevance
250 sqlite3_update_hook,
497 #define sqlite3_update_hook sqlite3_api->update_hook macro
2243 void *sqlite3_update_hook( in sqlite3_update_hook() function
1913 sqlite3_update_hook(db, (pDb->pUpdateHook?DbUpdateHandler:0), pDb); in DbHookCmd()
6501 ** See also the [sqlite3_update_hook()] interface.6576 ** ^The sqlite3_update_hook() interface registers a callback function6586 ** to sqlite3_update_hook().6613 ** ^The sqlite3_update_hook(D,C,P) function6621 void *sqlite3_update_hook(10104 ** See also: [sqlite3_update_hook()]
131 # EVIDENCE-OF: R-21999-45122 The sqlite3_update_hook() interface193 # EVIDENCE-OF: R-61808-14344 The sqlite3_update_hook() interface does