Home | History | Annotate | Download | only in dist

Lines Matching refs:SQLITE_DELETE

2767 ** ^If the action code is [SQLITE_DELETE] and the callback returns
2857 #define SQLITE_DELETE 9 /* Table Name NULL */
5484 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
8276 ** [SQLITE_INSERT], [SQLITE_DELETE], or [SQLITE_UPDATE] to identify the
8312 ** undefined. This must only be used within SQLITE_UPDATE and SQLITE_DELETE
8322 ** preupdate callbacks; if it is used by an SQLITE_DELETE callback then the
9158 ** [SQLITE_INSERT], [SQLITE_DELETE] or [SQLITE_UPDATE], depending on the
9212 ** currently points to is either [SQLITE_DELETE] or [SQLITE_UPDATE]. Otherwise,