Home
last modified time | relevance | path

Searched defs:distributedSchema (Results 1 – 3 of 3) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
Ddistributeddb_rdb_collaboration_test.cpp207 auto distributedSchema = RDBDataGenerator::ParseSchema(schema); variable
381 …DistributedSchema distributedSchema = GetDistributedSchema(DEVICE_SYNC_TABLE, {"pk", "int_field1"}… variable
523 DistributedSchema distributedSchema = {0, {{DEVICE_SYNC_TABLE, {{"int_field1", true}}}}}; variable
557 DistributedSchema distributedSchema = {0, {{DEVICE_SYNC_TABLE, {{"int_field1", true}}}}}; variable
623 DistributedSchema distributedSchema = {0, {}}; variable
653 …DistributedSchema distributedSchema = GetDistributedSchema(DEVICE_SYNC_TABLE, {"pk", "int_field1"}… variable
701 DistributedSchema distributedSchema; variable
761 DistributedSchema distributedSchema = {0, {{"table_pk_int", { variable
949 DistributedSchema distributedSchema = {1, {{"table_pk_integer", { variable
979 DistributedSchema distributedSchema = {1, { variable
[all …]
Ddistributeddb_relational_schema_analysis_test.cpp219 DistributedSchema distributedSchema; variable
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
Drdb_general_store.cpp107 DistributedSchema distributedSchema; in GetGaussDistributedSchema() local