Home
last modified time | relevance | path

Searched refs:attributeRes3 (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.cpp88 SchemaAttribute attributeRes3; in PreNumDataForParseAndCheckSchemaAttribute003() local
89 attributeRes3.type = FieldType::LEAF_FIELD_LONG; in PreNumDataForParseAndCheckSchemaAttribute003()
90 attributeRes3.hasDefaultValue = true; in PreNumDataForParseAndCheckSchemaAttribute003()
91 attributeRes3.defaultValue.longValue = 0; in PreNumDataForParseAndCheckSchemaAttribute003()
92 g_schemaAttrDefTestDataDir["LONG, DEFAULT -0"] = attributeRes3; in PreNumDataForParseAndCheckSchemaAttribute003()
206 SchemaAttribute attributeRes3; variable
207 attributeRes3.type = FieldType::LEAF_FIELD_DOUBLE;
208 attributeRes3.hasDefaultValue = true;
209 attributeRes3.hasNotNullConstraint = true;
210 attributeRes3.defaultValue.doubleValue = -1.0;
[all …]