Searched defs:SQLITE_UPDATE (Results 1 - 7 of 7) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java127 public static final int SQLITE_UPDATE = 23; /* Table Name Column Name */ field in class:Constants
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h2250 #define SQLITE_UPDATE 23 /* Table Name Column Name */ macro
4242 ** or [SQLITE_UPDATE], depending on the operation that caused the callback
H A Dsqlite3.c2793 #define SQLITE_UPDATE 23 /* Table Name Column Name */ macro
4785 ** or [SQLITE_UPDATE], depending on the operation that caused the callback
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h2381 #define SQLITE_UPDATE 23 /* Table Name Column Name */ macro
4589 ** or [SQLITE_UPDATE], depending on the operation that caused the callback
H A Dsqlite3.c2931 #define SQLITE_UPDATE 23 /* Table Name Column Name */ macro
5139 ** or [SQLITE_UPDATE], depending on the operation that caused the callback
[all...]
/external/sqlite/dist/
H A Dsqlite3.h2381 #define SQLITE_UPDATE 23 /* Table Name Column Name */ macro
4589 ** or [SQLITE_UPDATE], depending on the operation that caused the callback
H A Dsqlite3.c2931 #define SQLITE_UPDATE 23 /* Table Name Column Name */ macro
5139 ** or [SQLITE_UPDATE], depending on the operation that caused the callback
[all...]

Completed in 541 milliseconds