Android: How to update a field from a table in Room database

前端 未结 0 1135
说谎
说谎 2021-02-10 11:30

I want to update a field from Table and my schema is like this:

@PrimaryKey(autoGenerate = true)
@ColumnInfo(name = "id")
var _v: Long = 0,

@ColumnInfo         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题