Home
last modified time | relevance | path

Searched refs:sqlite3_update_hook (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h504 #define sqlite3_update_hook sqlite3_api->update_hook macro
H A Dsqlite3.h6785 ** See also the [sqlite3_update_hook()] interface.
6860 ** ^The sqlite3_update_hook() interface registers a callback function
6870 ** to sqlite3_update_hook().
6903 ** ^The sqlite3_update_hook(D,C,P) function
6911 SQLITE_API void *sqlite3_update_hook(
10455 ** See also: [sqlite3_update_hook()]
H A Dsqlite3.c7098 ** See also the [sqlite3_update_hook()] interface.
7173 ** ^The sqlite3_update_hook() interface registers a callback function
7183 ** to sqlite3_update_hook().
7216 ** ^The sqlite3_update_hook(D,C,P) function
7224 SQLITE_API void *sqlite3_update_hook(
10768 ** See also: [sqlite3_update_hook()]
[all...]
/freebsd-src/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1937 sqlite3_update_hook(db, (pDb->pUpdateHook?DbUpdateHandler:0), pDb); in DbHookCmd()