Home | History | Annotate | Download | only in orig

Lines Matching full:sqlite3_update_hook

5668 ** See also the [sqlite3_update_hook()] interface.
5677 ** ^The sqlite3_update_hook() interface registers a callback function
5687 ** to sqlite3_update_hook().
5714 ** ^The sqlite3_update_hook(D,C,P) function
5722 SQLITE_API void *sqlite3_update_hook(
8583 ** See also: [sqlite3_update_hook()]