Home
last modified time | relevance | path

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

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_single_relational_storage_engine.h74 …int UpgradeDistributedTable(const std::string &tableName, bool &schemaChanged, TableSyncType syncT…
Dsqlite_single_relational_storage_engine.cpp212 int errCode = UpgradeDistributedTable(tableName, schemaChanged, syncType); in CreateDistributedTable()
333 int SQLiteSingleRelationalStorageEngine::UpgradeDistributedTable(const std::string &tableName, bool… in UpgradeDistributedTable() function in DistributedDB::SQLiteSingleRelationalStorageEngine
353 errCode = handle->UpgradeDistributedTable(tableName, mode, schemaChanged, schema, syncType); in UpgradeDistributedTable()
Dsqlite_single_ver_relational_storage_executor.h57 …int UpgradeDistributedTable(const std::string &tableName, DistributedTableMode mode, bool &schemaC…
Dsqlite_single_ver_relational_storage_executor.cpp239 int SQLiteSingleVerRelationalStorageExecutor::UpgradeDistributedTable(const std::string &tableName, in UpgradeDistributedTable() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor