Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Djson_object.h66 … int GetStringArrayByFieldPath(const FieldPath &inPath, std::vector<std::string> &outArray) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp827 … errCode = inJsonObject.GetStringArrayByFieldPath(FieldPath {"PRIMARY_KEY"}, multiPrimaryKey); in ParseCheckTablePrimaryKey()
1006 errCode = inJsonObject.GetStringArrayByFieldPath(field.first, indexDefine); in ParseCheckTableIndex()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Djson_object.cpp768 int JsonObject::GetStringArrayByFieldPath(const FieldPath &inPath, std::vector<std::string> &outArr… in GetStringArrayByFieldPath() function in DistributedDB::JsonObject