Home
last modified time | relevance | path

Searched refs:UpgradedLogForExistedData (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_storage_executor.h188 int UpgradedLogForExistedData(TableInfo &tableInfo, bool schemaChanged);
H A Dsqlite_single_relational_storage_engine.cpp1034 errCode = handle->UpgradedLogForExistedData(table, schemaChanged); in GenLogInfoForUpgrade()
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp476 int SQLiteSingleVerRelationalStorageExecutor::UpgradedLogForExistedData(TableInfo &tableInfo, bool … in UpgradedLogForExistedData() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor