Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h277 … int GetMissQueryDataAndStepNext(sqlite3_stmt *fullStmt, DataItem &item, Timestamp &missQueryTime);
H A Dsqlite_single_ver_relational_storage_executor.cpp1153 int SQLiteSingleVerRelationalStorageExecutor::GetMissQueryDataAndStepNext(sqlite3_stmt *fullStmt, D… in GetMissQueryDataAndStepNext() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
1194 errCode = GetMissQueryDataAndStepNext(fullStmt, item, missQueryTime); in GetSyncDataByQuery()