Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_object.cpp304 FieldPath fieldPath; in CheckEqualFormat() local
305 int errCode = SchemaUtils::ParseAndCheckFieldPath(inPathString, fieldPath); in CheckEqualFormat()
311 errCode = schema_.CheckQueryableAndGetFieldType(fieldPath, schemaFieldType); in CheckEqualFormat()
381 FieldPath fieldPath; in CheckOrderByFormat() local
383 int errCode = SchemaUtils::ParseAndCheckFieldPath(iter->fieldName, fieldPath); in CheckOrderByFormat()
387 errCode = schema_.CheckQueryableAndGetFieldType(fieldPath, schemaFieldType); in CheckOrderByFormat()
H A Dsqlite_query_helper.cpp716 FieldPath fieldPath; in MapCastFuncSql() local
717 SchemaUtils::ParseAndCheckFieldPath(queryNode.fieldName, fieldPath); in MapCastFuncSql()
719 schema_.CheckQueryableAndGetFieldType(fieldPath, fieldType); in MapCastFuncSql()
720 resultSql += SchemaObject::GenerateExtractSQL(schema_.GetSchemaType(), fieldPath, fieldType, in MapCastFuncSql()