Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp988 if (typeInSchema != FieldType::LEAF_FIELD_DOUBLE) { in CheckValueItemNumericType()
992 if (typeInSchema != FieldType::LEAF_FIELD_LONG && in CheckValueItemNumericType()
993 typeInSchema != FieldType::LEAF_FIELD_DOUBLE) { in CheckValueItemNumericType()
998 if (typeInSchema != FieldType::LEAF_FIELD_INTEGER && in CheckValueItemNumericType()
999 typeInSchema != FieldType::LEAF_FIELD_LONG && in CheckValueItemNumericType()
1000 typeInSchema != FieldType::LEAF_FIELD_DOUBLE) { in CheckValueItemNumericType()
1022 FieldType typeInSchema = refAttr.type; in CheckValueItem() local
1023 if (typeInSchema == FieldType::LEAF_FIELD_NULL) { // Unlikely in CheckValueItem()
1035 if (typeInValue != typeInSchema) { in CheckValueItem()
1046 if (!IsObjectType(typeInSchema)) { in CheckValueItem()
[all …]