Home
last modified time | relevance | path

Searched refs:GetTableReference (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dtable_info.h104 const std::vector<TableReferenceProperty> &GetTableReference() const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1605 int errCode = GetTableReference(tableName, tableReference); in GetReferenceGid()
1622 int RelationalSyncAbleStorage::GetTableReference(const std::string &tableName, in GetTableReference() function in DistributedDB::RelationalSyncAbleStorage
2075 int errCode = RelationalSyncAbleStorage::GetTableReference(table.name, tableReference); in CheckTableSupportCompensatedSync()
2117 int errCode = RelationalSyncAbleStorage::GetTableReference(table, tableReference); in IsTableExistReference()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h264 int GetTableReference(const std::string &tableName,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp795 const std::vector<TableReferenceProperty> &TableInfo::GetTableReference() const in GetTableReference() function in DistributedDB::TableInfo
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp286 table.SetSourceTableReference(schema.GetTable(tableName).GetTableReference()); in CreateDistributedTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp801 for (const auto &reference : table.GetTableReference()) { in GetTableRefUpdateSql()