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

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java121 public static final int SQLITE_DROP_VIEW = 17; /* View Name NULL */ field in class:Constants
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteDatabase.cpp307 case SQLITE_DROP_VIEW:
/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite.h.in2239 #define SQLITE_DROP_VIEW 17 /* View Name NULL */
H A Dbuild.c2031 code = SQLITE_DROP_VIEW;
H A Dtclsqlite.c874 case SQLITE_DROP_VIEW : zCode="SQLITE_DROP_VIEW"; break;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h2244 #define SQLITE_DROP_VIEW 17 /* View Name NULL */ macro
H A Dsqlite3.c2787 #define SQLITE_DROP_VIEW 17 /* View Name NULL */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h2550 #define SQLITE_DROP_VIEW 17 /* View Name NULL */ macro
H A Dsqlite3.c2665 #define SQLITE_DROP_VIEW 17 /* View Name NULL */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.h2550 #define SQLITE_DROP_VIEW 17 /* View Name NULL */ macro
H A Dsqlite3.c2665 #define SQLITE_DROP_VIEW 17 /* View Name NULL */ macro
[all...]

Completed in 6098 milliseconds