如何检测表已更新,但UPDATE查询返回kotlin.Unit
UPDATE
kotlin.Unit
@Query("UPDATE Cohort SET isSelectedCTypeCoh = 'false'") fun clearAllSelectedHoldingTypeDB()
科特琳: