Searched defs:SQLITE_DELETE (Results 1 - 7 of 7) 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/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 436 milliseconds