Searched defs:SQLITE_DELETE (Results 1 - 6 of 6) 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/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h1886 #define SQLITE_DELETE 9 /* Table Name NULL */ macro
3753 ** The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
/external/sqlite/dist/orig/
H A Dsqlite3.h2277 ** ^If the action code is [SQLITE_DELETE] and the callback returns
2367 #define SQLITE_DELETE 9 /* Table Name NULL */ macro
4588 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
H A Dsqlite3.c2827 ** ^If the action code is [SQLITE_DELETE] and the callback returns
2917 #define SQLITE_DELETE 9 /* Table Name NULL */ macro
5138 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
[all...]
/external/sqlite/dist/
H A Dsqlite3.h2277 ** ^If the action code is [SQLITE_DELETE] and the callback returns
2367 #define SQLITE_DELETE 9 /* Table Name NULL */ macro
4588 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
H A Dsqlite3.c2827 ** ^If the action code is [SQLITE_DELETE] and the callback returns
2917 #define SQLITE_DELETE 9 /* Table Name NULL */ macro
5138 ** ^The second callback argument is one of [SQLITE_INSERT], [SQLITE_DELETE],
[all...]

Completed in 2594 milliseconds