Home
last modified time | relevance | path

Searched refs:AlterAuxTableForUpgrade (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h269 int AlterAuxTableForUpgrade(const TableInfo &oldTableInfo, const TableInfo &newTableInfo);
H A Dsqlite_single_ver_relational_storage_executor.cpp330 errCode = AlterAuxTableForUpgrade(tableInfo, newTableInfo); in UpgradeDistributedTable()
503 int SQLiteSingleVerRelationalStorageExecutor::AlterAuxTableForUpgrade(const TableInfo &oldTableInfo, in AlterAuxTableForUpgrade() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor