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 D | sqlite_single_relational_storage_engine.h | 74 …int UpgradeDistributedTable(const std::string &tableName, bool &schemaChanged, TableSyncType syncT…
|
H A D | sqlite_single_relational_storage_engine.cpp | 214 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 D | sqlite_single_ver_relational_storage_executor.h | 64 …int UpgradeDistributedTable(const std::string &tableName, DistributedTableMode mode, bool &schemaC…
|
H A D | sqlite_single_ver_relational_storage_executor.cpp | 296 int SQLiteSingleVerRelationalStorageExecutor::UpgradeDistributedTable(const std::string &tableName, in UpgradeDistributedTable() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
|