Home
last modified time | relevance | path

Searched refs:queryOperType (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery_expression.cpp25 void QueryExpression::AssemblyQueryInfo(const QueryObjType queryOperType, const std::string& field, in AssemblyQueryInfo() argument
29 … expressions_[fromTable_].AssemblyQueryInfo(queryOperType, field, type, values, isNeedFieldPath); in AssemblyQueryInfo()
30 SetNotSupportIfNeed(queryOperType); in AssemblyQueryInfo()
66 if (!queryInfo_.empty() && queryInfo_.back().operFlag == queryOperType) { in AssemblyQueryInfo()
69 queryInfo_.emplace_back(QueryObjNode{queryOperType, formatedField, type, values}); in AssemblyQueryInfo()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery_expression.h159 void AssemblyQueryInfo(const QueryObjType queryOperType, const std::string &field,