Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp985 int CheckValueItemNumericType(FieldType typeInValue, FieldType typeInSchema) in CheckValueItemNumericType() argument
987 if (typeInValue == FieldType::LEAF_FIELD_DOUBLE) { in CheckValueItemNumericType()
991 } else if (typeInValue == FieldType::LEAF_FIELD_LONG) { in CheckValueItemNumericType()
1020 int CheckValueItem(const SchemaAttribute &refAttr, FieldType typeInValue) in CheckValueItem() argument
1027 if (typeInValue == FieldType::LEAF_FIELD_NULL) { in CheckValueItem()
1034 if (IsTypeMustBeExactlyEqualBetweenSchemaAndValue(typeInValue)) { in CheckValueItem()
1035 if (typeInValue != typeInSchema) { in CheckValueItem()
1045 if (IsObjectType(typeInValue)) { in CheckValueItem()
1052 return CheckValueItemNumericType(typeInValue, typeInSchema); in CheckValueItem()