Searched defs:highValue (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/ |
H A D | relational_store_impl_rdbpredicatesproxy.cpp | 195 void RdbPredicatesImpl::NotBetween(const char* field, ValueType lowValue, ValueType highValue) in NotBetween() 203 void RdbPredicatesImpl::Between(const char* field, ValueType lowValue, ValueType highValue) in Between()
|
H A D | relational_store_ffi.cpp | 297 …OSRelationalStoreNotBetween(int64_t id, const char* field, ValueType lowValue, ValueType highValue) in FfiOHOSRelationalStoreNotBetween() 317 …iOHOSRelationalStoreBetween(int64_t id, const char* field, ValueType lowValue, ValueType highValue) in FfiOHOSRelationalStoreBetween()
|