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

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java122 public static final int SQLITE_INSERT = 18; /* Table Name NULL */ field in class:Constants
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteDatabase.cpp402 case SQLITE_INSERT:
/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite.h.in2240 #define SQLITE_INSERT 18 /* Table Name NULL */
4236 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
H A Dtrigger.c212 if( sqlite3AuthCheck(pParse, SQLITE_INSERT, SCHEMA_TABLE(iTabDb),0,zDb)){
H A Dinsert.c498 if( sqlite3AuthCheck(pParse, SQLITE_INSERT, pTab->zName, 0, zDb) ){
H A Dtclsqlite.c663 assert( op==SQLITE_INSERT || op==SQLITE_UPDATE || op==SQLITE_DELETE );
668 ( (op==SQLITE_INSERT)?"INSERT":(op==SQLITE_UPDATE)?"UPDATE":"DELETE"), -1));
875 case SQLITE_INSERT : zCode="SQLITE_INSERT"; break;
1616 ** (1) The authorization type (ex: SQLITE_CREATE_TABLE, SQLITE_INSERT, ...)
H A Dbuild.c781 if( sqlite3AuthCheck(pParse, SQLITE_INSERT, SCHEMA_TABLE(isTemp), 0, zDb) ){
2549 if( sqlite3AuthCheck(pParse, SQLITE_INSERT, SCHEMA_TABLE(iDb), 0, zDb) ){
H A Dvdbe.c3881 int op; /* Opcode for update hook: SQLITE_UPDATE or SQLITE_INSERT */
3931 op = ((pOp->p5 & OPFLAG_ISUPDATE) ? SQLITE_UPDATE : SQLITE_INSERT);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h2245 #define SQLITE_INSERT 18 /* Table Name NULL */ macro
4241 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
H A Dsqlite3.c2788 #define SQLITE_INSERT 18 /* Table Name NULL */ macro
4784 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h2376 #define SQLITE_INSERT 18 /* Table Name NULL */ macro
4588 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
H A Dsqlite3.c2926 #define SQLITE_INSERT 18 /* Table Name NULL */ macro
5138 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
[all...]
/external/sqlite/dist/
H A Dsqlite3.h2376 #define SQLITE_INSERT 18 /* Table Name NULL */ macro
4588 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
H A Dsqlite3.c2926 #define SQLITE_INSERT 18 /* Table Name NULL */ macro
5138 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
[all...]

Completed in 618 milliseconds