Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dvalue_object.cpp107 int ValueObject::GetFieldTypeByFieldPath(const FieldPath &inPath, FieldType &outType) const in GetFieldTypeByFieldPath() function in DistributedDB::ValueObject
112 return value_.GetFieldTypeByFieldPath(inPath, outType); in GetFieldTypeByFieldPath()
H A Djson_object.cpp261 int JsonObject::GetFieldTypeByFieldPath(const FieldPath &inPath, FieldType &outType) const in GetFieldTypeByFieldPath() function in DistributedDB::JsonObject
848 int JsonObject::GetFieldTypeByFieldPath(const FieldPath &inPath, FieldType &outType) const
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp375 int errCode = inJsonObject.GetFieldTypeByFieldPath(FieldPath {fieldName}, fieldType); in GetMemberFromJsonObject()
399 …int errCode = inJsonObject.GetFieldTypeByFieldPath(FieldPath {SchemaConstant::KEYWORD_SCHEMA_TABLE… in ParseTrackerSchema()
477 int errCode = inJsonObject.GetFieldTypeByFieldPath(FieldPath {"TRACKER_NAMES"}, fieldType); in ParseCheckTrackerName()
607 …int errCode = inJsonObject.GetFieldTypeByFieldPath(FieldPath {SchemaConstant::KEYWORD_SCHEMA_TABLE… in ParseCheckSchemaTableDefine()
814 int errCode = inJsonObject.GetFieldTypeByFieldPath(FieldPath {"PRIMARY_KEY"}, type); in ParseCheckTablePrimaryKey()
847 …int errCode = inJsonObject.GetFieldTypeByFieldPath(FieldPath {SchemaConstant::REFERENCE_PROPERTY},… in ParseCheckReferenceProperty()
916 …int errCode = inJsonObject.GetFieldTypeByFieldPath(FieldPath {SchemaConstant::COLUMNS}, fieldType); in ParseCheckReferenceColumns()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dvalue_object.h50 int GetFieldTypeByFieldPath(const FieldPath &inPath, FieldType &outType) const;
H A Djson_object.h62 int GetFieldTypeByFieldPath(const FieldPath &inPath, FieldType &outType) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp1918 int errCode = inValue.GetFieldTypeByFieldPath(inPath, outType); in JsonExtractInnerFunc()