Home
last modified time | relevance | path

Searched refs:GetSourceTableName (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h267 std::pair<std::string, int> GetSourceTableName(const std::string &tableName);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1634 auto [sourceTableName, errCode] = GetSourceTableName(tableName); in GetTableReference()
1659 std::pair<std::string, int> RelationalSyncAbleStorage::GetSourceTableName(const std::string &tableN… in GetSourceTableName() function in DistributedDB::RelationalSyncAbleStorage
2137 auto [sourceTableName, errCode] = GetSourceTableName(table); in IsTableExistReferenceOrReferenceBy()