Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_check_sync_test.cpp278 TableSchema tableWithoutPrimaryKeySchema; in GetSchema() local
279 tableWithoutPrimaryKeySchema.name = tableWithoutPrimaryName_; in GetSchema()
280 tableWithoutPrimaryKeySchema.sharedTableName = tableWithoutPrimaryNameShared_; in GetSchema()
281 tableWithoutPrimaryKeySchema.fields = { in GetSchema()
286 schema.tables.push_back(tableWithoutPrimaryKeySchema); in GetSchema()