Lines Matching defs:SQLITE_DELETE
3190 ** ^If the action code is [SQLITE_DELETE] and the callback returns
3280 #define SQLITE_DELETE 9 /* Table Name NULL */
6871 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
10386 ** [SQLITE_INSERT], [SQLITE_DELETE], or [SQLITE_UPDATE] to identify the
10426 ** undefined. This must only be used within SQLITE_UPDATE and SQLITE_DELETE
10436 ** preupdate callbacks; if it is used by an SQLITE_DELETE callback then the
10447 ** the pre-update hook is invoked with SQLITE_DELETE. This is because the
10449 ** callback made with op==SQLITE_DELETE is actually a write using the
11585 ** *pOp is set to one of [SQLITE_INSERT], [SQLITE_DELETE] or [SQLITE_UPDATE],
11653 ** currently points to is either [SQLITE_DELETE] or [SQLITE_UPDATE]. Otherwise,