第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

Android 數(shù)據(jù)庫問題出現(xiàn)問題,求助大佬們!

Android 數(shù)據(jù)庫問題出現(xiàn)問題,求助大佬們!

天涯盡頭無女友 2022-07-01 14:14:42
我的數(shù)據(jù)是從另一個activity intent過來的。Intent intent = getIntent();String inputName = intent.getStringExtra("content");String inputScore = intent.getStringExtra("timeSpent");SQLiteDatabase db = myOpenHelper.getWritableDatabase();ContentValues values = new ContentValues();//Retrieve the intentvalues.put("name", inputName);int intScore = Integer.parseInt(inputScore);values.put("score", intScore);db.insert(CustomOpenHelper.TABLE_NAME, null, values);displayDataInTable();——————————————————————————————List<String> queryTable(){List<String> player = new ArrayList<String>();SQLiteDatabase sqLiteDatabase = myOpenHelper.getReadableDatabase();Cursor cursor = sqLiteDatabase.query(CustomOpenHelper.TABLE_NAME,null,null,null,null,null,null);while (cursor.moveToNext()){String name = cursor.getString(cursor.getColumnIndex("name"));int score = cursor.getInt(cursor.getColumnIndex("score"));player.add(" --> the player " + name + " has got a score of " +score);}return player;}
查看完整描述

1 回答

?
holdtom

TA貢獻1805條經(jīng)驗 獲得超10個贊

Debug 看下這一行執(zhí)行后,cursor 的值
Cursor cursor = sqLiteDatabase.query(CustomOpenHelper.TABLE_NAME,null,null,null,null,null,null);

查看完整回答
反對 回復 2022-07-05
  • 1 回答
  • 0 關(guān)注
  • 236 瀏覽

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學習伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號