Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_continue_token.cpp20 SQLiteSingleVerRelationalContinueToken::SQLiteSingleVerRelationalContinueToken( in SQLiteSingleVerRelationalContinueToken() function in DistributedDB::SQLiteSingleVerRelationalContinueToken
25 bool SQLiteSingleVerRelationalContinueToken::CheckValid() const in CheckValid()
58 void SQLiteSingleVerRelationalContinueToken::SetNextBeginTime(const DataItem &theLastItem) in SetNextBeginTime()
74 void SQLiteSingleVerRelationalContinueToken::FinishGetData() in FinishGetData()
85 bool SQLiteSingleVerRelationalContinueToken::IsGetAllDataFinished() const in IsGetAllDataFinished()
139 const QueryObject &SQLiteSingleVerRelationalContinueToken::GetQuery() const in GetQuery()
144 std::string SQLiteSingleVerRelationalContinueToken::GetDeletedDataSQL() const in GetDeletedDataSQL()
156 void SQLiteSingleVerRelationalContinueToken::UpdateNextSyncOffset(int addOffset) in UpdateNextSyncOffset()
171 void SQLiteSingleVerRelationalContinueToken::SetCloudTableSchema(const TableSchema &schema) in SetCloudTableSchema()
199 void SQLiteSingleVerRelationalContinueToken::GetCloudTableSchema(TableSchema &tableSchema) const in GetCloudTableSchema()
[all …]
H A Dsqlite_single_ver_relational_continue_token.h27 class SQLiteSingleVerRelationalContinueToken {
29SQLiteSingleVerRelationalContinueToken(const SyncTimeRange &timeRange, const QueryObject &queryObj…
30 ~SQLiteSingleVerRelationalContinueToken() = default;
H A Dsqlite_single_ver_relational_storage_executor.h124 SQLiteSingleVerRelationalContinueToken &token);
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp1492 CloudSyncData &cloudDataResult, SQLiteSingleVerRelationalContinueToken &token) in GetSyncCloudData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp380 SQLiteSingleVerRelationalContinueToken *&token) in ProcessContinueTokenForQuerySync()
404 SQLiteSingleVerRelationalContinueToken *&token, const DataSizeSpecInfo &dataSizeInfo) const in GetSyncDataForQuerySync()
449 auto token = new (std::nothrow) SQLiteSingleVerRelationalContinueToken(timeRange, query); in GetSyncData()
462 auto token = static_cast<SQLiteSingleVerRelationalContinueToken *>(continueStmtToken); in GetSyncDataNext()
1112 auto token = new (std::nothrow) SQLiteSingleVerRelationalContinueToken(syncTimeRange, query); in GetCloudData()
1128 auto token = static_cast<SQLiteSingleVerRelationalContinueToken *>(continueStmtToken); in GetCloudDataNext()
1182 auto token = static_cast<SQLiteSingleVerRelationalContinueToken *>(continueStmtToken); in ReleaseCloudDataToken()
1450 auto token = static_cast<SQLiteSingleVerRelationalContinueToken *>(continueStmtToken); in ReleaseContinueToken()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h259 …etSyncDataForQuerySync(std::vector<DataItem> &dataItems, SQLiteSingleVerRelationalContinueToken *&…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/cloud/
H A Ddistributeddb_cloud_syncer_upload_test.cpp460 …auto token = new (std::nothrow) SQLiteSingleVerRelationalContinueToken(syncTimeRange, queryObject);
1021 …auto token = new (std::nothrow) SQLiteSingleVerRelationalContinueToken(syncTimeRange, queryObject);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_get_data_test.cpp268 std::unique_ptr<SQLiteSingleVerRelationalContinueToken> token = in SetNextBeginTime001()
269 std::make_unique<SQLiteSingleVerRelationalContinueToken>(SyncTimeRange {}, query); in SetNextBeginTime001()