Searched refs:AssemblyQueryInfo (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | query_expression.cpp | 25 void QueryExpression::AssemblyQueryInfo(const QueryObjType queryOperType, const std::string& field, in AssemblyQueryInfo() function in DistributedDB::QueryExpression 81 AssemblyQueryInfo(QueryObjType::EQUALTO, field, type, fieldValues); in EqualTo() 87 AssemblyQueryInfo(QueryObjType::NOT_EQUALTO, field, type, fieldValues); in NotEqualTo() 97 AssemblyQueryInfo(QueryObjType::GREATER_THAN, field, type, fieldValues); in GreaterThan() 107 AssemblyQueryInfo(QueryObjType::LESS_THAN, field, type, fieldValues); in LessThan() 117 AssemblyQueryInfo(QueryObjType::GREATER_THAN_OR_EQUALTO, field, type, fieldValues); in GreaterThanOrEqualTo() 127 AssemblyQueryInfo(QueryObjType::LESS_THAN_OR_EQUALTO, field, type, fieldValues); in LessThanOrEqualTo() 176 AssemblyQueryInfo(QueryObjType::IN, field, type, values); in In() 181 AssemblyQueryInfo(QueryObjType::NOT_IN, field, type, values); in NotIn() 186 AssemblyQueryInfo(QueryObjType::AND, std::string(), QueryValueType::VALUE_TYPE_NULL, in And() [all …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/ |
H A D | query_expression.h | 159 void AssemblyQueryInfo(const QueryObjType queryOperType, const std::string &field,
|