Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_schema_unit_test.cpp82 SchemaAttribute attributeRes2; in PreNumDataForParseAndCheckSchemaAttribute003() local
83 attributeRes2.type = FieldType::LEAF_FIELD_INTEGER; in PreNumDataForParseAndCheckSchemaAttribute003()
84 attributeRes2.hasDefaultValue = true; in PreNumDataForParseAndCheckSchemaAttribute003()
85 attributeRes2.defaultValue.integerValue = 0; in PreNumDataForParseAndCheckSchemaAttribute003()
86 g_schemaAttrDefTestDataDir["INTEGER, DEFAULT +0"] = attributeRes2; in PreNumDataForParseAndCheckSchemaAttribute003()
200 SchemaAttribute attributeRes2; variable
201 attributeRes2.type = FieldType::LEAF_FIELD_STRING;
202 attributeRes2.hasDefaultValue = true;
203 attributeRes2.defaultValue.stringValue = "dasdads";
204 g_schemaAttrDefTestDataDir["STRING,DEFAULT 'dasdads'"] = attributeRes2;