comparison PostgreSQL/Plugins/PostgreSQLIndex.h @ 525:451125122692 find-refactoring

created branch find-refactoring
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 19 Jul 2024 13:59:27 +0200
parents 54d518dcd74a
children d8ee2f676a3c
comparison
equal deleted inserted replaced
519:586b80ea397c 525:451125122692
133 int64_t& seriesCount, 133 int64_t& seriesCount,
134 int64_t& instancesCount, 134 int64_t& instancesCount,
135 int64_t& compressedSize, 135 int64_t& compressedSize,
136 int64_t& uncompressedSize) ORTHANC_OVERRIDE; 136 int64_t& uncompressedSize) ORTHANC_OVERRIDE;
137 137
138 #if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 12, 5)
139 virtual bool HasFindSupport() const ORTHANC_OVERRIDE;
140 #endif
141
142 #if ORTHANC_PLUGINS_VERSION_IS_ABOVE(1, 12, 5)
143 virtual void ExecuteFind(Orthanc::DatabasePluginMessages::TransactionResponse& response,
144 DatabaseManager& manager,
145 const Orthanc::DatabasePluginMessages::Find_Request& request) ORTHANC_OVERRIDE;
146 #endif
138 }; 147 };
139 } 148 }