Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_data_generator.cpp526 std::string schemaWithoutIndex; in GetValidSchema() local
527schemaWithoutIndex = schemaWithoutIndex + "{" + "\"SCHEMA_VERSION\"" + ":" + "\"" + validSchema.ve… in GetValidSchema()
530 schema.push_back(schemaWithoutIndex); in GetValidSchema()