Searched refs:SQLITE_DROP_TEMP_VIEW (Results 1 - 11 of 11) sorted by relevance

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java119 public static final int SQLITE_DROP_TEMP_VIEW = 15; /* View Name NULL */ field in class:Constants
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteDatabase.cpp303 case SQLITE_DROP_TEMP_VIEW:
/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite.h.in2237 #define SQLITE_DROP_TEMP_VIEW 15 /* View Name NULL */
H A Dbuild.c2029 code = SQLITE_DROP_TEMP_VIEW;
H A Dtclsqlite.c872 case SQLITE_DROP_TEMP_VIEW : zCode="SQLITE_DROP_TEMP_VIEW"; break;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h2242 #define SQLITE_DROP_TEMP_VIEW 15 /* View Name NULL */ macro
H A Dsqlite3.c2785 #define SQLITE_DROP_TEMP_VIEW 15 /* View Name NULL */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h2548 #define SQLITE_DROP_TEMP_VIEW 15 /* View Name NULL */ macro
H A Dsqlite3.c2663 #define SQLITE_DROP_TEMP_VIEW 15 /* View Name NULL */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.h2548 #define SQLITE_DROP_TEMP_VIEW 15 /* View Name NULL */ macro
H A Dsqlite3.c2663 #define SQLITE_DROP_TEMP_VIEW 15 /* View Name NULL */ macro
[all...]

Completed in 778 milliseconds