Searched refs:GetStringArrayByFieldPath (Results 1 – 3 of 3) sorted by relevance
66 … int GetStringArrayByFieldPath(const FieldPath &inPath, std::vector<std::string> &outArray) const;
827 … errCode = inJsonObject.GetStringArrayByFieldPath(FieldPath {"PRIMARY_KEY"}, multiPrimaryKey); in ParseCheckTablePrimaryKey()1006 errCode = inJsonObject.GetStringArrayByFieldPath(field.first, indexDefine); in ParseCheckTableIndex()
768 int JsonObject::GetStringArrayByFieldPath(const FieldPath &inPath, std::vector<std::string> &outArr… in GetStringArrayByFieldPath() function in DistributedDB::JsonObject