コード例 #1
0
 public void dropAllTable() {
   DeviceBeanDao.dropTable(mDaoSession.getDatabase(), true);
   LocationBeanDao.dropTable(mDaoSession.getDatabase(), true);
   LostBeanDao.dropTable(mDaoSession.getDatabase(), true);
 }