Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_index_optimize_test.cpp60 void GenerateSchemaString(std::string &schema, const std::string &indexString) in GenerateSchemaString() function
152GenerateSchemaString(schema1, "[[\"name\", \"father.name\", \"father.id\", \"id\", \"phone\"]]");
165GenerateSchemaString(schema2, "[[\"name\", \"father.name\", \"father.id\", \"id\", \"phone\"], \"i…
179GenerateSchemaString(schema3, "[[\"name\", \"father.name\", \"father.id\", \"id\", \"phone\"], \"n…
192 GenerateSchemaString(schema4, "[[\"name\", \"father.name\", \"father.id\", \"id\", \"tel\"]]");
205GenerateSchemaString(schema5, "[[\"name1\", \"father.name2\", \"father1.id\", \"id2\", \"tel\"]]");
228 GenerateSchemaString(schema, "[[\"name\", \"father.name\"]]");
252 GenerateSchemaString(schema, "[\"name\", \"id\"]");
304 GenerateSchemaString(schema, "[\"name\", \"id\", \"phone\"]");
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_index_unit_test.cpp278 g_schemaString1 = GenerateSchemaString(g_definePath, g_pathGroup1, 0, true, false); in PrepareInfoForCrudIndex001()
279 g_schemaString2 = GenerateSchemaString(g_definePath, g_definePath, 0, true, false); in PrepareInfoForCrudIndex001()
345 g_schemaString1 = GenerateSchemaString(g_definePath, g_pathGroup1, 0, true, false); in PrepareInfoForCrudIndex002()
413 g_schemaString1 = GenerateSchemaString(g_definePath, g_pathGroup1, 0, true, false); in PrepareInfoForCrudIndex003()
414 g_schemaString2 = GenerateSchemaString(g_definePath, g_pathGroup2, 0, true, false); in PrepareInfoForCrudIndex003()
564 g_schemaString1 = GenerateSchemaString(g_definePath, g_definePath, 0, true, false); in PrepareInfoForCreateIndex002()
609 g_schemaString1 = GenerateSchemaString(g_definePath, g_pathGroup1, 0, true, false); in PrepareInfoForCheckSchemaSkipsize001()
682 option.schema = GenerateSchemaString(g_pathGroup1, vector<FieldPath>(), 0, false, true);
704 option.schema = GenerateSchemaString(g_pathGroup1, vector<FieldPath>(),
716 option.schema = GenerateSchemaString(g_pathGroup1, vector<FieldPath>(),
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp72 void RelationalSchemaObject::GenerateSchemaString() in GenerateSchemaString() function in DistributedDB::RelationalSchemaObject
104 GenerateSchemaString(); in AddRelationalTable()
110 GenerateSchemaString(); in RemoveRelationalTable()
152 GenerateSchemaString(); in SetTableMode()
340 GenerateSchemaString(); in SetReferenceProperty()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Drelational_schema_object.h98 void GenerateSchemaString();