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

/external/javasqlite/src/main/java/SQLite/
H A DConstants.java115 public static final int SQLITE_DROP_TABLE = 11; /* Table Name NULL */ field in class:Constants
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/sqlite/
H A DSQLiteDatabase.cpp316 case SQLITE_DROP_TABLE:
/external/chromium_org/third_party/sqlite/src/src/
H A Dsqlite.h.in2233 #define SQLITE_DROP_TABLE 11 /* Table Name NULL */
H A Dbuild.c2042 code = SQLITE_DROP_TABLE;
H A Dtclsqlite.c868 case SQLITE_DROP_TABLE : zCode="SQLITE_DROP_TABLE"; break;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h2238 #define SQLITE_DROP_TABLE 11 /* Table Name NULL */ macro
H A Dsqlite3.c2781 #define SQLITE_DROP_TABLE 11 /* Table Name NULL */ macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h2544 #define SQLITE_DROP_TABLE 11 /* Table Name NULL */ macro
H A Dsqlite3.c2659 #define SQLITE_DROP_TABLE 11 /* Table Name NULL */ macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.h2544 #define SQLITE_DROP_TABLE 11 /* Table Name NULL */ macro
H A Dsqlite3.c2659 #define SQLITE_DROP_TABLE 11 /* Table Name NULL */ macro
[all...]

Completed in 927 milliseconds