Home
last modified time | relevance | path

Searched refs:CheckQueryWithoutMultiTable (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Ddb_common.h106 static bool CheckQueryWithoutMultiTable(const Query &query);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_delegate_impl.cpp117 if (!DBCommon::CheckQueryWithoutMultiTable(query)) { in Sync()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Ddb_common.cpp492 bool DBCommon::CheckQueryWithoutMultiTable(const Query &query) in CheckQueryWithoutMultiTable() function in DistributedDB::DBCommon
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_nb_delegate_impl.cpp583 if (!DBCommon::CheckQueryWithoutMultiTable(query)) { in Sync()