Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_continue_token.h42 void SetCloudTableSchema(const TableSchema &schema);
H A Dsqlite_single_ver_relational_continue_token.cpp171 void SQLiteSingleVerRelationalContinueToken::SetCloudTableSchema(const TableSchema &schema) in SetCloudTableSchema() function in DistributedDB::SQLiteSingleVerRelationalContinueToken
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1117 token->SetCloudTableSchema(tableSchema); in GetCloudData()