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

  /packages/apps/Gallery3D/src/com/cooliris/picasa/
UserEntry.java 21 public static final EntrySchema SCHEMA = new EntrySchema(UserEntry.class);
PicasaContentProvider.java 60 addMapping(AUTHORITY, "photos", "vnd.cooliris.picasa.photo", PhotoEntry.SCHEMA);
61 addMapping(AUTHORITY, "albums", "vnd.cooliris.picasa.album", AlbumEntry.SCHEMA);
82 PhotoEntry.SCHEMA.createTables(db);
83 AlbumEntry.SCHEMA.createTables(db);
84 UserEntry.SCHEMA.createTables(db);
91 PhotoEntry.SCHEMA.dropTables(db);
92 AlbumEntry.SCHEMA.dropTables(db);
93 UserEntry.SCHEMA.dropTables(db);
117 if (PhotoEntry.SCHEMA.queryWithId(db, id, photo)) {
130 if (AlbumEntry.SCHEMA.queryWithId(db, id, album))
228 EntrySchema schema = UserEntry.SCHEMA; local
    [all...]
AlbumEntry.java 26 public static final EntrySchema SCHEMA = new EntrySchema(AlbumEntry.class);
PhotoEntry.java 26 public static final EntrySchema SCHEMA = new EntrySchema(PhotoEntry.class);
  /packages/apps/Gallery3D/src/com/cooliris/media/
PicasaDataSource.java 101 final EntrySchema albumSchema = AlbumEntry.SCHEMA;
142 final EntrySchema photosSchema = PhotoProjection.SCHEMA;
236 public static final EntrySchema SCHEMA = new EntrySchema(PhotoProjection.class);
  /external/sqlite/dist/
shell.c 220 ** provides a read-only view of the current database schema. There is one
221 ** row in the schema table for each column in the database schema.
223 #define SCHEMA \
281 { "table_info", "table", "PRAGMA %Q.table_info(%Q)", SCHEMA },
292 /* A schema table object */
299 /* A schema table cursor object */
309 ** Table destructor for the schema module.
317 ** Table constructor for the schema module.
356 ** Open a new cursor on the schema table
    [all...]
  /external/jdiff/
xerces.jar 

Completed in 54 milliseconds