Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery_expression.cpp26 const QueryValueType type, const std::vector<FieldValue> &values, bool isNeedFieldPath = true) in AssemblyQueryInfo() argument
29 … expressions_[fromTable_].AssemblyQueryInfo(queryOperType, field, type, values, isNeedFieldPath); in AssemblyQueryInfo()
48 if (isNeedFieldPath) { in AssemblyQueryInfo()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery_expression.h160 const QueryValueType type, const std::vector<FieldValue> &value, bool isNeedFieldPath);