HomeSort by relevance Sort by last modified time
    Searched refs:SQL_CREATE_TABLE (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/data/
FilterStackDBHelper.java 27 private static final String SQL_CREATE_TABLE = "CREATE TABLE ";
70 StringBuilder create = new StringBuilder(SQL_CREATE_TABLE);
  /packages/apps/Gallery2/src/com/android/photos/data/
PhotoDatabase.java 39 private static final String SQL_CREATE_TABLE = "CREATE TABLE ";
137 StringBuilder create = new StringBuilder(SQL_CREATE_TABLE);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
sqlext.h 661 #define SQL_CREATE_TABLE 132
    [all...]

Completed in 92 milliseconds