comparison Odbc/Plugins/OdbcIndex.h @ 366:cd9521e04249 attach-custom-data

DatabaseBackendAdapterV4: added support for customData + revision when not already done
author Alain Mazy <am@osimis.io>
date Thu, 15 Sep 2022 18:12:34 +0200
parents b5fb8b77ce4d
children
comparison
equal deleted inserted replaced
365:7671fa7f099e 366:cd9521e04249
60 virtual bool HasRevisionsSupport() const ORTHANC_OVERRIDE 60 virtual bool HasRevisionsSupport() const ORTHANC_OVERRIDE
61 { 61 {
62 return true; 62 return true;
63 } 63 }
64 64
65 bool HasAttachmentCustomDataSupport() const ORTHANC_OVERRIDE
66 {
67 return true;
68 }
69
65 virtual int64_t CreateResource(DatabaseManager& manager, 70 virtual int64_t CreateResource(DatabaseManager& manager,
66 const char* publicId, 71 const char* publicId,
67 OrthancPluginResourceType type) ORTHANC_OVERRIDE; 72 OrthancPluginResourceType type) ORTHANC_OVERRIDE;
68 73
69 virtual void DeleteResource(IDatabaseBackendOutput& output, 74 virtual void DeleteResource(IDatabaseBackendOutput& output,