Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_continue_token.h59 bool IsGetDeletedDataFinished() const;
H A Dsqlite_single_ver_continue_token.cpp99 bool SQLiteSingleVerContinueToken::IsGetDeletedDataFinished() const in IsGetDeletedDataFinished() function in DistributedDB::SQLiteSingleVerContinueToken
H A Dsqlite_single_ver_natural_store.cpp759 if (!continueStmtToken->IsGetDeletedDataFinished()) { in GetSyncDataForQuerySync()