Lines Matching full:hook
4322 ** ^If the callback on a commit hook function returns non-zero,
4334 ** or rollback hook in the first place.
4340 ** ^When the commit hook callback routine returns zero, the [COMMIT]
4341 ** operation is allowed to continue normally. ^If the commit hook
4343 ** ^The rollback hook is invoked on a rollback that results from a commit
4344 ** hook returning non-zero, just as it would be with any other rollback.
4380 ** ^(The update hook is not invoked when internal system tables are
4383 ** ^In the current implementation, the update hook
4385 ** [ON CONFLICT | ON CONFLICT REPLACE] clause. ^Nor is the update hook
4390 ** The update hook implementation must not do anything that will modify
4391 ** the database connection that invoked the update hook. Any actions
4393 ** completion of the [sqlite3_step()] call that triggered the update hook.
49060 /* This loop determines (a) if the commit hook should be invoked and
49074 /* If there are any write-transactions at all, invoke the commit hook */
52790 const char *zDb; /* database name - used by the update hook */
52791 const char *zTbl; /* Table name - used by the opdate hook */
52792 int op; /* Opcode for update hook: SQLITE_UPDATE or SQLITE_INSERT */
56238 ** the update hook.
56241 ** may be NULL. If it is not NULL, then the update-hook
56267 const char *zDb; /* database name - used by the update hook */
56268 const char *zTbl; /* Table name - used by the opdate hook */
56269 int op; /* Opcode for update hook: SQLITE_UPDATE or SQLITE_INSERT */
56314 /* Invoke the update-hook if required. */
56342 ** pointing to. The update hook will be invoked, if it exists.
56358 /* If the update-hook will be invoked, set u.bg.iKey to the rowid of the
56382 /* Invoke the update-hook if required. */
66288 ** Setting the auth function to NULL disables this hook. The default
96190 /* If one has been configured, invoke the rollback-hook callback */
96578 sqlite3 *db, /* Attach the hook to this database */
96596 sqlite3 *db, /* Attach the hook to this database */
96614 sqlite3 *db, /* Attach the hook to this database */