public void open() throws SQLException {
   if (mDb == null) {
     mDb = mDbHelper.getWritableDatabase();
   }
 }