Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dschema_mgr.cpp47 TableSchema cloudTableSchema; in ChkSchema() local
48 int ret = GetCloudTableSchema(tableName, cloudTableSchema); in ChkSchema()
56 return CompareFieldSchema(primaryKeys, localFields, cloudTableSchema.fields); in ChkSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store.cpp1512 TableSchema cloudTableSchema; in CheckSchemaForUpsertData() local
1513 errCode = storageEngine_->GetCloudTableSchema(tableName, cloudTableSchema); in CheckSchemaForUpsertData()