Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.h74 …int UpgradeDistributedTable(const std::string &tableName, bool &schemaChanged, TableSyncType syncT…
H A Dsqlite_single_relational_storage_engine.cpp214 int errCode = UpgradeDistributedTable(tableName, schemaChanged, syncType); in CreateDistributedTable()
336 int SQLiteSingleRelationalStorageEngine::UpgradeDistributedTable(const std::string &tableName, bool… in UpgradeDistributedTable() function in DistributedDB::SQLiteSingleRelationalStorageEngine
356 errCode = handle->UpgradeDistributedTable(tableName, mode, schemaChanged, schema, syncType); in UpgradeDistributedTable()
H A Dsqlite_single_ver_relational_storage_executor.h64 …int UpgradeDistributedTable(const std::string &tableName, DistributedTableMode mode, bool &schemaC…
H A Dsqlite_single_ver_relational_storage_executor.cpp296 int SQLiteSingleVerRelationalStorageExecutor::UpgradeDistributedTable(const std::string &tableName, in UpgradeDistributedTable() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor