Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dischema.h42 struct SchemaAttribute { struct
43 FieldType type = FieldType::LEAF_FIELD_NULL;
44 bool isIndexable = false;
45 bool hasNotNullConstraint = false;
46 bool hasDefaultValue = false;
47 …FieldValue defaultValue; // Has default value in union part and default construction in string part