Mercurial > hg > orthanc
comparison OrthancServer/Sources/Database/SQLiteDatabaseWrapper.h @ 5517:0d433132b249 pg-transactions
refactoring IDatabaseWrapper::Capabilities
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 29 Jan 2024 19:19:52 +0100 |
parents | 4dd50c4b985a |
children | 28cc06e4859a f7adfb22e20e |
comparison
equal
deleted
inserted
replaced
5516:d9c9f3c57f4f | 5517:0d433132b249 |
---|---|
86 } | 86 } |
87 | 87 |
88 virtual void Upgrade(unsigned int targetVersion, | 88 virtual void Upgrade(unsigned int targetVersion, |
89 IStorageArea& storageArea) ORTHANC_OVERRIDE; | 89 IStorageArea& storageArea) ORTHANC_OVERRIDE; |
90 | 90 |
91 virtual const IDatabaseWrapper::Capabilities& GetDatabaseCapabilities() const ORTHANC_OVERRIDE | 91 virtual const Capabilities GetDatabaseCapabilities() const ORTHANC_OVERRIDE |
92 { | 92 { |
93 return dbCapabilities_; | 93 return dbCapabilities_; |
94 } | 94 } |
95 | 95 |
96 virtual uint64_t MeasureLatency() ORTHANC_OVERRIDE | 96 virtual uint64_t MeasureLatency() ORTHANC_OVERRIDE |