HomeSort by: relevance | last modified time | path
    Searched refs:SQLITE_DELETE (Results 1 - 4 of 4) sorted by relevancy

  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 932 assert( (SQLITE_DELETE-1)/9 == 0 );
937 assert( op==SQLITE_INSERT || op==SQLITE_UPDATE || op==SQLITE_DELETE );
962 assert( (SQLITE_DELETE-1)/9 == 0 );
967 assert( op==SQLITE_INSERT || op==SQLITE_UPDATE || op==SQLITE_DELETE );
1207 case SQLITE_DELETE : zCode="SQLITE_DELETE"; break;
  /src/external/public-domain/sqlite/dist/
sqlite3.h 3422 ** ^If the action code is [SQLITE_DELETE] and the callback returns
3512 #define SQLITE_DELETE 9 /* 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
10866 ** undefined. This must only be used within SQLITE_UPDATE and SQLITE_DELETE
10876 ** preupdate callbacks; if it is used by an SQLITE_DELETE callback then the
10887 ** the pre-update hook is invoked with SQLITE_DELETE, because
10889 ** callback made with op==SQLITE_DELETE is actually a write using the
12106 ** *pOp is set to one of [SQLITE_INSERT], [SQLITE_DELETE] or [SQLITE_UPDATE],
12174 ** currently points to is either [SQLITE_DELETE] or [SQLITE_UPDATE]. Otherwise
    [all...]
sqlite3.c 3743 ** ^If the action code is [SQLITE_DELETE] and the callback returns
3833 #define SQLITE_DELETE 9 /* 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
11187 ** undefined. This must only be used within SQLITE_UPDATE and SQLITE_DELETE
11197 ** preupdate callbacks; if it is used by an SQLITE_DELETE callback then the
11208 ** the pre-update hook is invoked with SQLITE_DELETE, because
11210 ** callback made with op==SQLITE_DELETE is actually a write using the
12427 ** *pOp is set to one of [SQLITE_INSERT], [SQLITE_DELETE] or [SQLITE_UPDATE],
12495 ** currently points to is either [SQLITE_DELETE] or [SQLITE_UPDATE]. Otherwise
    [all...]
shell.c 15996 if( eOp==SQLITE_INSERT || eOp==SQLITE_UPDATE || eOp==SQLITE_DELETE ){
16081 assert( pWrite->eOp==SQLITE_DELETE );
    [all...]

Completed in 79 milliseconds