Home
last modified time | relevance | path

Searched defs:highValue (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/src/
H A Drelational_store_impl_rdbpredicatesproxy.cpp195 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 Drelational_store_ffi.cpp297 …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()