Home
last modified time | relevance | path

Searched defs:sharedTableName (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dschema_meta.h32 std::string sharedTableName; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/
H A Dcloud_store_types.h109 std::string sharedTableName; // if table is shared table, its sharedtablename is "" member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp240 const std::string &tableName, const std::string &sharedTableName, TableSyncType tableSyncType, in CreateDistributedSharedTable()