我的問題: 我有3個表,user,debit和user_list。我需要一個查詢(因爲我在android上使用了一個Cursor),最好不要使用rawQuery來獲取user.name和鏈接到狀態爲1的用戶的所有借記的總和。 例如: User Debit User_List
id | name user_id | value user_id | status
我想要得到的sqlite數據ArrayList,但我不知道爲什麼數據會變成一個亂碼。 有人能告訴我解決方案嗎? List<double[]> y = new ArrayList<double[]>();
Cursor vocabCursor = database.query(HIST_TABLE,
new String[]{QUIZ_WHAT, QUIZ_SCORE},
我想檢查遊標的行值。如果遊標的行值爲空,我設置「」我的數組的值,如果遊標的行值不爲空,我將數組的值設置爲「1」。我如何檢查光標的值? Cursor okunanlar = v3.GetAllRows();
okunanlar.moveToLast();
for(int i=0;i<10;i++)
{
if("How can i check my cursor's row value