Searched refs:UpdateDataIntoDB (Results 1 – 2 of 2) sorted by relevance
70 …int UpdateDataIntoDB(std::shared_ptr<QueryContext> &context, JsonObject &filterObj, const std::str…
208 int DocumentStore::UpdateDataIntoDB(std::shared_ptr<QueryContext> &context, JsonObject &filterObj, in UpdateDataIntoDB() function in DocumentDB::DocumentStore281 return UpdateDataIntoDB(context, filterObj, update, isReplace); in UpdateDocument()