gpt4 book ai didi

android - Room查询中的 "="和 "=="有什么区别?

转载 作者:行者123 更新时间:2023-12-05 03:39:31 24 4
gpt4 key购买 nike

@Query("SELECT * FROM table where age = :age")
fun getAge(age: Int)

@Query("DELETE FROM table where name == :name")
suspend fun deleteName(name: String): Int?

一个查询使用 =和其他用途== ,我想知道它们之间有什么区别吗?

最佳答案

实际上没有区别,sqlite 中的等于运算符有两个变体,来自 SQL Language Expressions

Note that there are two variations of the equals and not equalsoperators. Equals can be either = or ==. The non-equals operator canbe either != or <>.

关于android - Room查询中的 "="和 "=="有什么区别?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68527350/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com