HomeSort by: relevance | last modified time | path
    Searched defs:SQLITE_INSERT (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 3521 #define SQLITE_INSERT 18 /* Table Name NULL */
7242 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
10826 ** [SQLITE_INSERT], [SQLITE_DELETE], or [SQLITE_UPDATE] to identify the
10867 ** preupdate callbacks; if it is used by an SQLITE_INSERT callback then the
10875 ** undefined. This must only be used within SQLITE_INSERT and SQLITE_UPDATE
12106 ** *pOp is set to one of [SQLITE_INSERT], [SQLITE_DELETE] or [SQLITE_UPDATE],
12129 int *pOp, /* OUT: SQLITE_INSERT, DELETE or UPDATE */
12205 ** currently points to is either [SQLITE_UPDATE] or [SQLITE_INSERT]. Otherwise,
13401 ** must be SQLITE_INSERT, SQLITE_UPDATE or SQLITE_DELETE. The third is the
13446 ** an old.* value for an SQLITE_INSERT change, or a new.* value for a
    [all...]
sqlite3.c 3842 #define SQLITE_INSERT 18 /* Table Name NULL */
7563 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
11147 ** [SQLITE_INSERT], [SQLITE_DELETE], or [SQLITE_UPDATE] to identify the
11188 ** preupdate callbacks; if it is used by an SQLITE_INSERT callback then the
11196 ** undefined. This must only be used within SQLITE_INSERT and SQLITE_UPDATE
12427 ** *pOp is set to one of [SQLITE_INSERT], [SQLITE_DELETE] or [SQLITE_UPDATE],
12450 int *pOp, /* OUT: SQLITE_INSERT, DELETE or UPDATE */
12526 ** currently points to is either [SQLITE_UPDATE] or [SQLITE_INSERT]. Otherwise,
13722 ** must be SQLITE_INSERT, SQLITE_UPDATE or SQLITE_DELETE. The third is the
13767 ** an old.* value for an SQLITE_INSERT change, or a new.* value for a
    [all...]

Completed in 60 milliseconds