Searched refs:UpsertDataIntoDB (Results 1 – 2 of 2) sorted by relevance
72 …int UpsertDataIntoDB(std::shared_ptr<QueryContext> &context, JsonObject &filterObj, const std::str…
382 int DocumentStore::UpsertDataIntoDB(std::shared_ptr<QueryContext> &context, JsonObject &filterObj, in UpsertDataIntoDB() function in DocumentDB::DocumentStore480 return UpsertDataIntoDB(context, filterObj, document, documentObj, isReplace); in UpsertDocument()