Home
last modified time | relevance | path

Searched refs:CheckCloudSchemaFields (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/
H A Dcloud_storage_utils.h163 … static bool CheckCloudSchemaFields(const TableSchema &tableSchema, const TableSchema &oldSchema);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp1589 if (!CloudStorageUtils::CheckCloudSchemaFields(tableSchema, oldSchema)) { in CheckCloudSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp1034 bool CloudStorageUtils::CheckCloudSchemaFields(const TableSchema &tableSchema, const TableSchema &o… in CheckCloudSchemaFields() function in DistributedDB::CloudStorageUtils