Exemplo n.º 1
0
 /** Drops underlying database table using DAOs. */
 public static void dropAllTables(SQLiteDatabase db, boolean ifExists) {
   LeagueDao.dropTable(db, ifExists);
   RegionDao.dropTable(db, ifExists);
   SportDao.dropTable(db, ifExists);
 }