Searched refs:SQLITE_INSERT (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c876 assert( (SQLITE_INSERT-1)/9 == 1 );
880 assert( op==SQLITE_INSERT || op==SQLITE_UPDATE || op==SQLITE_DELETE );
906 assert( (SQLITE_INSERT-1)/9 == 1 );
910 assert( op==SQLITE_INSERT || op==SQLITE_UPDATE || op==SQLITE_DELETE );
1158 case SQLITE_INSERT : zCode="SQLITE_INSERT"; break;
2015 ** (1) The authorization type (ex: SQLITE_CREATE_TABLE, SQLITE_INSERT, ...)
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d639 SQLITE_INSERT = 18, /** Table Name NULL */
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3.h3270 #define SQLITE_INSERT 18 /* Table Name NULL */ macro
6852 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
10340 ** [SQLITE_INSERT], [SQLITE_DELETE], or [SQLITE_UPDATE] to identify the
10381 ** preupdate callbacks; if it is used by an SQLITE_INSERT callback then the
10389 ** undefined. This must only be used within SQLITE_INSERT and SQLITE_UPDATE
11539 ** *pOp is set to one of [SQLITE_INSERT], [SQLITE_DELETE] or [SQLITE_UPDATE],
11562 int *pOp, /* OUT: SQLITE_INSERT, DELETE or UPDATE */
11638 ** currently points to is either [SQLITE_UPDATE] or [SQLITE_INSERT]. Otherwise,
H A Dsqlite3.c3583 #define SQLITE_INSERT 18 /* Table Name NULL */ macro
7165 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
10653 ** [SQLITE_INSERT], [SQLITE_DELETE], or [SQLITE_UPDATE] to identify the
10694 ** preupdate callbacks; if it is used by an SQLITE_INSERT callback then the
10702 ** undefined. This must only be used within SQLITE_INSERT and SQLITE_UPDATE
11852 ** *pOp is set to one of [SQLITE_INSERT], [SQLITE_DELETE] or [SQLITE_UPDATE],
11875 int *pOp, /* OUT: SQLITE_INSERT, DELETE or UPDATE */
11951 ** currently points to is either [SQLITE_UPDATE] or [SQLITE_INSERT]. Otherwise,
[all...]
H A Dshell.c13105 if( eOp==SQLITE_INSERT || eOp==SQLITE_UPDATE || eOp==SQLITE_DELETE ){
13170 case SQLITE_INSERT: {

Completed in 733 milliseconds