Home
last modified time | relevance | path

Searched defs:lowValue (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 …int32_t FfiOHOSRelationalStoreNotBetween(int64_t id, const char* field, ValueType lowValue, ValueT… in FfiOHOSRelationalStoreNotBetween()
317 …int32_t FfiOHOSRelationalStoreBetween(int64_t id, const char* field, ValueType lowValue, ValueType… in FfiOHOSRelationalStoreBetween()