update

open fun update(db: SQLiteDatabase, table: String, contentValues: ContentValues, whereClause: String, whereArgs: Array<String>): Int

Does an update

Return

number of rows affected

Parameters

db
table
contentValues
whereClause
whereArgs