comparison OrthancServer/Sources/Database/IDatabaseWrapper.h @ 5083:75e949689c08 attach-custom-data

PluginDatabaseV4 to handle customData
author Alain Mazy <am@osimis.io>
date Wed, 14 Sep 2022 17:11:45 +0200
parents 6eff25f70121
children 8279eaab0d1d
comparison
equal deleted inserted replaced
5082:4af5f496a0dd 5083:75e949689c08
257 257
258 virtual void Upgrade(unsigned int targetVersion, 258 virtual void Upgrade(unsigned int targetVersion,
259 IStorageArea& storageArea) = 0; 259 IStorageArea& storageArea) = 0;
260 260
261 virtual bool HasRevisionsSupport() const = 0; 261 virtual bool HasRevisionsSupport() const = 0;
262
263 virtual bool HasAttachmentCustomDataSupport() const = 0;
262 }; 264 };
263 } 265 }