@Override
 protected Boolean doInBackground(Object... objects) {
   dbQuery.open();
   return dbQuery.rowExists();
 }