Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.cpp579 int GetFullDataStatement(sqlite3 *db, const std::pair<Timestamp, Timestamp> &timeRange, sqlite3_stm… in GetFullDataStatement() function
639 errCode = GetFullDataStatement(dbHandle_, timeRange, fullStmt); in GetSyncDataWithQuery()