Home
last modified time | relevance | path

Searched defs:isUpgraded (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_relational_storage_engine.cpp206 bool isUpgraded = false; in CreateDistributedTable() local
253 bool isUpgraded = schema.GetTable(sharedTableName).GetTableName() == sharedTableName; in CreateDistributedSharedTable() local
264 …ingleRelationalStorageEngine::CreateDistributedTable(const std::string &tableName, bool isUpgraded, in CreateDistributedTable()
307 bool isUpgraded, const std::string &identity, TableInfo &table, RelationalSchemaObject &schema) in CreateDistributedTable()
H A Dsqlite_single_ver_relational_storage_executor.cpp211 …gleVerRelationalStorageExecutor::CreateDistributedTable(DistributedTableMode mode, bool isUpgraded, in CreateDistributedTable()