comparison OrthancServer/Sources/Database/IDatabaseWrapper.h @ 5519:2c5eb1ef26a0 pg-transactions

removed unused method IDatabaseWrapper::ITransaction::GetDatabaseCapabilities()
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 30 Jan 2024 09:21:41 +0100
parents 0d433132b249
children 28cc06e4859a 12d8a1a266e9 f7adfb22e20e
comparison
equal deleted inserted replaced
5518:bbe45a71f5cd 5519:2c5eb1ef26a0
338 int64_t resource) = 0; 338 int64_t resource) = 0;
339 339
340 // List all the labels that are present in any resource 340 // List all the labels that are present in any resource
341 virtual void ListAllLabels(std::set<std::string>& target) = 0; 341 virtual void ListAllLabels(std::set<std::string>& target) = 0;
342 342
343 virtual const Capabilities GetDatabaseCapabilities() const = 0;
344
345 virtual int64_t IncrementGlobalProperty(GlobalProperty property, 343 virtual int64_t IncrementGlobalProperty(GlobalProperty property,
346 int64_t increment, 344 int64_t increment,
347 bool shared) = 0; 345 bool shared) = 0;
348 346
349 virtual void UpdateAndGetStatistics(int64_t& patientsCount, 347 virtual void UpdateAndGetStatistics(int64_t& patientsCount,