Home
last modified time | relevance | path

Searched refs:TableReferenceProperty (Results 1 – 25 of 25) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_reference_test.cpp167 TableReferenceProperty referenceAB;
174 TableReferenceProperty referenceBA;
184 TableReferenceProperty referenceBC;
189 TableReferenceProperty referenceCA;
211 TableReferenceProperty referenceAB;
218 TableReferenceProperty referenceDE;
223 TableReferenceProperty referenceAC;
228 TableReferenceProperty referenceEF;
233 TableReferenceProperty referenceBD;
238 TableReferenceProperty referenceFC;
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Drelational_schema_object.h63 void SetReferenceProperty(const std::vector<TableReferenceProperty> &referenceProperty);
64 const std::vector<TableReferenceProperty> &GetReferenceProperty() const;
66 …std::set<std::string> CompareReferenceProperty(const std::vector<TableReferenceProperty> &others) …
94 …int ParseCheckReferenceColumns(const JsonObject &inJsonObject, TableReferenceProperty &tableRefere…
96 …int ParseCheckReferenceColumn(const JsonObject &inJsonObject, TableReferenceProperty &tableReferen…
101 std::string GetOneReferenceString(const TableReferenceProperty &reference);
109 void RefreshReachableRef(const TableReferenceProperty &referenceProperty);
119 std::vector<TableReferenceProperty> referenceProperty_;
H A Dtable_info.h102 void AddTableReferenceProperty(const TableReferenceProperty &tableRefProperty);
103 void SetSourceTableReference(const std::vector<TableReferenceProperty> &tableReference);
104 const std::vector<TableReferenceProperty> &GetTableReference() const;
160 std::vector<TableReferenceProperty> sourceTableReferenced_;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp199 std::string RelationalSchemaObject::GetOneReferenceString(const TableReferenceProperty &reference) in GetOneReferenceString()
237 static bool ReferenceCompare(const TableReferenceProperty &left, const TableReferenceProperty &righ… in ReferenceCompare()
247 static void PropertyCompare(const std::vector<TableReferenceProperty> &left, in PropertyCompare()
248 const std::vector<TableReferenceProperty> &right, std::set<std::string> &changeTables) in PropertyCompare()
281 const std::vector<TableReferenceProperty> &others) const in CompareReferenceProperty()
337 void RelationalSchemaObject::SetReferenceProperty(const std::vector<TableReferenceProperty> &refere… in SetReferenceProperty()
345 const std::vector<TableReferenceProperty> &RelationalSchemaObject::GetReferenceProperty() const in GetReferenceProperty()
887 TableReferenceProperty referenceProperty; in ParseCheckReference()
912 TableReferenceProperty &tableReferenceProperty) in ParseCheckReferenceColumns()
944 TableReferenceProperty &tableReferenceProperty) in ParseCheckReferenceColumn()
[all …]
H A Dtable_info.cpp785 void TableInfo::AddTableReferenceProperty(const TableReferenceProperty &tableRefProperty) in AddTableReferenceProperty()
790 void TableInfo::SetSourceTableReference(const std::vector<TableReferenceProperty> &tableReference) in SetSourceTableReference()
795 const std::vector<TableReferenceProperty> &TableInfo::GetTableReference() const in GetTableReference()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_reference_sync_test.cpp191 std::vector<TableReferenceProperty> tableReferenceProperty; in SetReference()
192 TableReferenceProperty property; in SetReference()
699 std::vector<TableReferenceProperty> tableReferenceProperty; in ComplexReferenceCheck001SetReference()
700 TableReferenceProperty property; in ComplexReferenceCheck001SetReference()
770 std::vector<TableReferenceProperty> tableReferenceProperty; in ComplexReferenceCheck002SetReference()
771 TableReferenceProperty property; in ComplexReferenceCheck002SetReference()
978 std::vector<TableReferenceProperty> tableReferenceProperty;
979 TableReferenceProperty property;
1004 std::vector<TableReferenceProperty> tableReferenceProperty;
1005 TableReferenceProperty property;
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dparam_check_utils.h59 …static bool CheckTableReference(const std::vector<TableReferenceProperty> &tableReferenceProperty);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h153 int GetClearWaterMarkTables(const std::vector<TableReferenceProperty> &tableReferenceProperty,
166 const std::map<std::string, std::vector<TableReferenceProperty>> &tableReference,
372 … const CloudSyncBatch &syncBatch, const std::vector<TableReferenceProperty> &targetTableReference,
382 const std::vector<TableReferenceProperty> &targetTableReference);
H A Dsqlite_relational_store_connection.h60 int SetReference(const std::vector<TableReferenceProperty> &tableReferenceProperty) override;
H A Dsqlite_single_relational_storage_engine.h55 int SetReference(const std::vector<TableReferenceProperty> &tableReferenceProperty,
H A Dsqlite_relational_store.h102 int SetReference(const std::vector<TableReferenceProperty> &tableReferenceProperty);
H A Dsqlite_relational_store_connection.cpp382 int SQLiteRelationalStoreConnection::SetReference(const std::vector<TableReferenceProperty> &tableR… in SetReference()
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp444 …const std::vector<TableReferenceProperty> &tableReferenceProperty, const RelationalSchemaObject &s… in GetClearWaterMarkTables()
778 …const CloudSyncBatch &syncBatch, const std::map<std::string, std::vector<TableReferenceProperty>> … in GetReferenceGid()
794 …const std::vector<TableReferenceProperty> &targetTableReference, std::map<int64_t, Entries> &refer… in GetReferenceGidInner()
913 const std::vector<TableReferenceProperty> &targetTableReference) in SplitReferenceByField()
H A Dsqlite_single_relational_storage_engine.cpp612 static int CheckReference(const std::vector<TableReferenceProperty> &tableReferenceProperty, in CheckReference()
646 int SQLiteSingleRelationalStorageEngine::SetReference(const std::vector<TableReferenceProperty> &ta… in SetReference()
H A Dsqlite_relational_store.cpp1338 int SQLiteRelationalStore::SetReference(const std::vector<TableReferenceProperty> &tableReferencePr… in SetReference()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_delegate_impl.h74 … DBStatus SetReference(const std::vector<TableReferenceProperty> &tableReferenceProperty) override;
H A Drelational_store_delegate_impl.cpp371 DBStatus RelationalStoreDelegateImpl::SetReference(const std::vector<TableReferenceProperty> &table… in SetReference()
H A Drelational_sync_able_storage.h265 std::map<std::string, std::vector<TableReferenceProperty>> &reference);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Drelational_store_connection.h76 virtual int SetReference(const std::vector<TableReferenceProperty> &tableReferenceProperty) = 0;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/relational/
H A Drelational_store_delegate.h92 …DB_API virtual DBStatus SetReference(const std::vector<TableReferenceProperty> &tableReferenceProp…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Dstore_types.h221 struct TableReferenceProperty { struct
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dparam_check_utils.cpp228 bool ParamCheckUtils::CheckTableReference(const std::vector<TableReferenceProperty> &tableReference… in CheckTableReference()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1604 std::map<std::string, std::vector<TableReferenceProperty>> tableReference; in GetReferenceGid()
1623 std::map<std::string, std::vector<TableReferenceProperty>> &reference) in GetTableReference()
1644 TableReferenceProperty tableReference; in GetTableReference()
2074 std::map<std::string, std::vector<TableReferenceProperty>> tableReference; in CheckTableSupportCompensatedSync()
2116 std::map<std::string, std::vector<TableReferenceProperty>> tableReference; in IsTableExistReference()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_general_store_test.cpp187 … DBStatus SetReference(const std::vector<TableReferenceProperty> &tableReferenceProperty) override in SetReference()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.cpp829 std::vector<DistributedDB::TableReferenceProperty> properties; in SetDistributedTables()