Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery_expression.cpp386 for (const auto &item: tableSequence_) { in From()
391 tableSequence_.push_back(fromTable_); in From()
413 for (const auto &item : tableSequence_) { in GetQueryExpressions()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery_expression.h182 std::list<std::string> tableSequence_; variable