comparison OrthancServer/SQLiteDatabaseWrapper.h @ 3020:d207f6ac1f86 db-changes

tracking disk size by the database engine to ensure consistency across transactions
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 15 Dec 2018 10:57:18 +0100
parents 8336204d95dc
children 039a9d262d64
comparison
equal deleted inserted replaced
3019:8336204d95dc 3020:d207f6ac1f86
272 virtual void LookupIdentifierRange(std::list<int64_t>& result, 272 virtual void LookupIdentifierRange(std::list<int64_t>& result,
273 ResourceType level, 273 ResourceType level,
274 const DicomTag& tag, 274 const DicomTag& tag,
275 const std::string& start, 275 const std::string& start,
276 const std::string& end); 276 const std::string& end);
277
278 virtual bool IsDiskSizeAbove(uint64_t threshold);
277 }; 279 };
278 } 280 }