Home
last modified time | relevance | path

Searched refs:IsCountValid (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_object.h42 bool IsCountValid() const;
H A Dquery_object.cpp163 bool QueryObject::IsCountValid() const in IsCountValid() function in DistributedDB::QueryObject
H A Dsqlite_single_ver_storage_executor.cpp373 if (!queryObj.IsCountValid()) { in GetCount()