Mercurial > hg > orthanc
comparison OrthancServer/Sources/Database/SQLiteDatabaseWrapper.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 | 9770d537880d |
comparison
equal
deleted
inserted
replaced
5082:4af5f496a0dd | 5083:75e949689c08 |
---|---|
95 virtual bool HasRevisionsSupport() const ORTHANC_OVERRIDE | 95 virtual bool HasRevisionsSupport() const ORTHANC_OVERRIDE |
96 { | 96 { |
97 return false; // TODO - REVISIONS | 97 return false; // TODO - REVISIONS |
98 } | 98 } |
99 | 99 |
100 virtual bool HasAttachmentCustomDataSupport() const ORTHANC_OVERRIDE | |
101 { | |
102 return true; | |
103 } | |
100 | 104 |
101 /** | 105 /** |
102 * The "StartTransaction()" method is guaranteed to return a class | 106 * The "StartTransaction()" method is guaranteed to return a class |
103 * derived from "UnitTestsTransaction". The methods of | 107 * derived from "UnitTestsTransaction". The methods of |
104 * "UnitTestsTransaction" give access to additional information | 108 * "UnitTestsTransaction" give access to additional information |