Home
last modified time | relevance | path

Searched refs:DoCreateSharedTable (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.h114 int DoCreateSharedTable(SQLiteSingleVerRelationalStorageExecutor *&handle,
H A Dsqlite_single_relational_storage_engine.cpp766 errCode = DoCreateSharedTable(handle, cloudSchema, updateTableNames, alterTableNames, schema); in UpgradeSharedTableInner()
874 int SQLiteSingleRelationalStorageEngine::DoCreateSharedTable(SQLiteSingleVerRelationalStorageExecut… in DoCreateSharedTable() function in DistributedDB::SQLiteSingleRelationalStorageEngine