9-Amaliy mashgʻulot: Matni maydon komponenetalari bilan ishlash
9-Amaliy mashgʻulot: Matni maydon komponenetalari bilan ishlash.
ContentValues values = new ContentValues(); values.put(PostDatabase.COL_TITLE, "Second title changed"); // Which row to update, based on the ID String whereClause = PostDatabase.ID + " LIKE ?"; String[] whereArgs = { "2" }; int affectedRows = sqlDB.update( PostDatabase.TABLE_POSTS, values, whereClause, whereArgs ); // Dumps 1 Log.d(TAG, String.valueOf(affectedRows)); Ma`lumotlarni o`chirish (DELETE)
Qaysi joyini o`zgartirmoqchi bo`lsak o`sh yerni tanlab olishimiz kerak: