Cursor cursor = db.rawQuery(characterQuery, null);. cursor.moveToFirst(); if(cursor.getCount() > 0){ db.close(); return cursor.getInt(1); }
確定! 回上一頁