Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_continue_token.cpp191 errCode = helper.GetCloudQueryStatement(true, db, timeRange_.beginTime, sql, queryStmt_); in GetCloudStatement()
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp1416 int errCode = helper.GetCloudQueryStatement(false, dbHandle_, timestamp, sql, stmt); in GetUploadCountInner()
H A Dsqlite_single_ver_relational_storage_executor.cpp1617 …errCode = helper.GetCloudQueryStatement(false, dbHandle_, syncTimeRange.beginTime, sql, queryStmt); in GetSyncCloudGid()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_query_helper.h112 …int GetCloudQueryStatement(bool useTimestampAlias, sqlite3 *dbHandle, uint64_t beginTime, std::str…
H A Dsqlite_query_helper.cpp1238 int SqliteQueryHelper::GetCloudQueryStatement(bool useTimestampAlias, sqlite3 *dbHandle, uint64_t b… in GetCloudQueryStatement() function in DistributedDB::SqliteQueryHelper