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

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java113 public static final int SQLITE_DELETE = 9; /* Table Name NULL */ field in class:Constants
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteDatabase.cpp291 case SQLITE_DELETE:
/external/chromium_org/third_party/sqlite/src/src/
H A Ddelete.c290 rcauth = sqlite3AuthCheck(pParse, SQLITE_DELETE, pTab->zName, 0, zDb);
H A Dsqlite.h.in2144 ** ^If the action code is [SQLITE_DELETE] and the callback returns
2231 #define SQLITE_DELETE 9 /* Table Name NULL */
4236 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
H A Dtrigger.c548 sqlite3AuthCheck(pParse, SQLITE_DELETE, zTab, 0, zDb) ){
H A Dbuild.c2024 if( sqlite3AuthCheck(pParse, SQLITE_DELETE, zTab, 0, zDb)){
2048 if( sqlite3AuthCheck(pParse, SQLITE_DELETE, pTab->zName, 0, zDb) ){
2939 if( sqlite3AuthCheck(pParse, SQLITE_DELETE, zTab, 0, zDb) ){
H A Dtclsqlite.c663 assert( op==SQLITE_INSERT || op==SQLITE_UPDATE || op==SQLITE_DELETE );
866 case SQLITE_DELETE : zCode="SQLITE_DELETE"; break;
H A Dvdbe.c3997 db->xUpdateCallback(db->pUpdateArg, SQLITE_DELETE, zDb, zTbl, iKey);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h2149 ** ^If the action code is [SQLITE_DELETE] and the callback returns
2236 #define SQLITE_DELETE 9 /* Table Name NULL */ macro
4241 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
H A Dsqlite3.c2692 ** ^If the action code is [SQLITE_DELETE] and the callback returns
2779 #define SQLITE_DELETE 9 /* Table Name NULL */ macro
4784 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h2452 ** ^If the action code is [SQLITE_DELETE] and the callback returns
2542 #define SQLITE_DELETE 9 /* Table Name NULL */ macro
4919 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
H A Dsqlite3.c2567 ** ^If the action code is [SQLITE_DELETE] and the callback returns
2657 #define SQLITE_DELETE 9 /* Table Name NULL */ macro
5034 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
[all...]
/external/sqlite/dist/
H A Dsqlite3.h2452 ** ^If the action code is [SQLITE_DELETE] and the callback returns
2542 #define SQLITE_DELETE 9 /* Table Name NULL */ macro
4919 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
H A Dsqlite3.c2567 ** ^If the action code is [SQLITE_DELETE] and the callback returns
2657 #define SQLITE_DELETE 9 /* Table Name NULL */ macro
5034 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
[all...]

Completed in 1893 milliseconds