Searched refs:LESS_THAN_OR_EQUALTO (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | query.cpp | 155 case QueryObjType::LESS_THAN_OR_EQUALTO: in ExecuteCompareOperation()
|
H A D | query_expression.cpp | 127 AssemblyQueryInfo(QueryObjType::LESS_THAN_OR_EQUALTO, field, type, fieldValues); in LessThanOrEqualTo()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/ |
H A D | query.h | 90 ExecuteCompareOperation(QueryObjType::LESS_THAN_OR_EQUALTO, field, type, fieldValue); in LessThanOrEqualTo()
|
H A D | query_expression.h | 46 LESS_THAN_OR_EQUALTO, enumerator
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_query_test.cpp | 107 …result = CreateCheckList(QueryObjType::LESS_THAN_OR_EQUALTO, TEST_FIELD_NAME, 100); // random test… in CheckQueryCompareOper()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_query_helper.cpp | 51 {QueryObjType::LESS_THAN_OR_EQUALTO, "<= "},
|