Searched refs:selectionToAdd (Results 1 – 2 of 2) sorted by relevance
267 void BackupDatabaseUtils::UpdateSelection(std::string &selection, const std::string &selectionToAdd… in UpdateSelection() argument269 if (selectionToAdd.empty()) { in UpdateSelection()272 std::string wrappedSelectionToAdd = needWrap ? "'" + selectionToAdd + "'" : selectionToAdd; in UpdateSelection()
59 …static void UpdateSelection(std::string &selection, const std::string &selectionToAdd, bool needWr…