Home
last modified time | relevance | path

Searched refs:GetQueryExpressions (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_object.h77 static std::vector<QueryExpression> GetQueryExpressions(const Query &query);
H A Dquery_object.cpp555 std::vector<QueryExpression> QueryObject::GetQueryExpressions(const Query &query) in GetQueryExpressions() function in DistributedDB::QueryObject
557 return GetQueryInfo::GetQueryExpression(query).GetQueryExpressions(); in GetQueryExpressions()
H A Dquery_sync_object.cpp425 const auto &expressions = QueryObject::GetQueryExpressions(query); in GetQuerySyncObject()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery_expression.h156 std::vector<QueryExpression> GetQueryExpressions() const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery_expression.cpp407 std::vector<QueryExpression> QueryExpression::GetQueryExpressions() const in GetQueryExpressions() function in DistributedDB::QueryExpression