Searched refs:lowValue (Results 1 – 4 of 4) 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() argument 198 NativeRdb::ValueObject lowValueObject = ValueTypeToValueObject(lowValue); in NotBetween() 203 void RdbPredicatesImpl::Between(const char* field, ValueType lowValue, ValueType highValue) in Between() argument 206 NativeRdb::ValueObject lowValueObject = ValueTypeToValueObject(lowValue); in Between()
|
H A D | relational_store_ffi.cpp | 297 …int32_t FfiOHOSRelationalStoreNotBetween(int64_t id, const char* field, ValueType lowValue, ValueT… in FfiOHOSRelationalStoreNotBetween() argument 303 nativeRdbPredicates->NotBetween(field, lowValue, highValue); in FfiOHOSRelationalStoreNotBetween() 317 …int32_t FfiOHOSRelationalStoreBetween(int64_t id, const char* field, ValueType lowValue, ValueType… in FfiOHOSRelationalStoreBetween() argument 323 nativeRdbPredicates->Between(field, lowValue, highValue); in FfiOHOSRelationalStoreBetween()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/cj/include/ |
H A D | relational_store_impl_rdbpredicatesproxy.h | 87 void NotBetween(const char* field, ValueType lowValue, ValueType highValue); 91 void Between(const char* field, ValueType lowValue, ValueType highValue);
|
H A D | relational_store_ffi.h | 121 …_EXPORT int32_t FfiOHOSRelationalStoreNotBetween(int64_t id, const char* field, ValueType lowValue, 126 …FFI_EXPORT int32_t FfiOHOSRelationalStoreBetween(int64_t id, const char* field, ValueType lowValue,
|