Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dschema_mgr.cpp185 auto sharedTableFields = tableSchema.fields; in SetCloudDbSchema() local
188 sharedTableFields.push_back(ownerField); in SetCloudDbSchema()
189 sharedTableFields.push_back(privilegeField); in SetCloudDbSchema()
190 …haredTableSchema = { tableSchema.sharedTableName, tableSchema.sharedTableName, sharedTableFields }; in SetCloudDbSchema()