Update some specific field of an entity in android Room. According to SQLite Update Docs : <!-- language: lang-java --> @Query("UPDATE tableName SET field1 ...
確定! 回上一頁