Searched refs:CompareAgainstSchemaObject (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/ |
H A D | relational_schema_object.h | 70 …int CompareAgainstSchemaObject(const std::string &inSchemaString, std::map<std::string, int> &cmpR… 72 int CompareAgainstSchemaObject(const RelationalSchemaObject &inSchemaObject,
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/ |
H A D | schema_object.h | 88 int CompareAgainstSchemaObject(const SchemaObject &inSchemaObject) const; 89 …int CompareAgainstSchemaObject(const SchemaObject &inSchemaObject, IndexDifference &indexDiffer) c…
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | schema_negotiate.cpp | 64 errCode = localSchema.CompareAgainstSchemaObject(remoteSchemaObj); in MakeLocalSyncOpinion() 69 errCode = remoteSchemaObj.CompareAgainstSchemaObject(localSchema); in MakeLocalSyncOpinion()
|
H A D | schema_object.cpp | 245 return CompareAgainstSchemaObject(newSchema, indexDiffer); in CompareAgainstSchemaString() 248 int SchemaObject::CompareAgainstSchemaObject(const SchemaObject &inSchemaObject) const in CompareAgainstSchemaObject() function in DistributedDB::SchemaObject 251 return CompareAgainstSchemaObject(inSchemaObject, indexDiffer); in CompareAgainstSchemaObject() 254 int SchemaObject::CompareAgainstSchemaObject(const SchemaObject &inSchemaObject, IndexDifference &i… in CompareAgainstSchemaObject() function in DistributedDB::SchemaObject
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/upgrader/ |
H A D | single_ver_schema_database_upgrader.cpp | 54 errCode = oriSchemaObject.CompareAgainstSchemaObject(newSchema_, indexDiffer); in ExecuteUpgradeSchema()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | relational_schema_object.cpp | 350 int RelationalSchemaObject::CompareAgainstSchemaObject(const std::string &inSchemaString, in CompareAgainstSchemaObject() function in DistributedDB::RelationalSchemaObject 356 int RelationalSchemaObject::CompareAgainstSchemaObject(const RelationalSchemaObject &inSchemaObject, in CompareAgainstSchemaObject() function in DistributedDB::RelationalSchemaObject
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/ |
H A D | distributeddb_schema_object_test.cpp | 1147 int ret = schema.CompareAgainstSchemaObject(schema, indexDiffer);
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_single_ver_natural_store.cpp | 1585 errCode = localSchema.CompareAgainstSchemaObject(remoteSchema); in CheckCompatible() 1591 errCode = remoteSchema.CompareAgainstSchemaObject(localSchema); in CheckCompatible()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/ |
H A D | kvdb_manager.cpp | 923 return (oldSchema.CompareAgainstSchemaObject(newSchema) == -E_SCHEMA_EQUAL_EXACTLY); in CompareSchemaObject()
|