Home
last modified time | relevance | path

Searched refs:CreateDistributedSharedTable (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.h82 …int CreateDistributedSharedTable(SQLiteSingleVerRelationalStorageExecutor *&handle, const std::str…
H A Dsqlite_single_relational_storage_engine.cpp239 int SQLiteSingleRelationalStorageEngine::CreateDistributedSharedTable(SQLiteSingleVerRelationalStor… in CreateDistributedSharedTable() function in DistributedDB::SQLiteSingleRelationalStorageEngine
823 … errCode = CreateDistributedSharedTable(handle, tableSchema.name, tableSchema.sharedTableName, in DoUpdateSharedTable()
899 … errCode = CreateDistributedSharedTable(handle, tableSchema.name, tableSchema.sharedTableName, in DoCreateSharedTable()