refs #618, refs #619, utility functions for model/distributor value objects

This commit is contained in:
Klaus Basan
2016-03-19 20:25:22 +01:00
parent d687255ef1
commit e03c207324
7 changed files with 70 additions and 11 deletions

View File

@@ -43,6 +43,9 @@ namespace BlackMisc
//! Remove objects with key
int removeObjectsWithKeys(const QList<KEYTYPE> &keys);
//! Remove objects without key
int removeObjectsWithoutDbKey();
//! Update or insert data (based on DB key)
int replaceOrAddObjectsByKey(const CONTAINER &container);