Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_single_ver_relational_storage_executor.h232 … int GetMissQueryDataAndStepNext(sqlite3_stmt *fullStmt, DataItem &item, Timestamp &missQueryTime);
Dsqlite_single_ver_relational_storage_executor.cpp1150 int SQLiteSingleVerRelationalStorageExecutor::GetMissQueryDataAndStepNext(sqlite3_stmt *fullStmt, D… in GetMissQueryDataAndStepNext() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
1191 errCode = GetMissQueryDataAndStepNext(fullStmt, item, missQueryTime); in GetSyncDataByQuery()