comparison MySQL/Plugins/MySQLIndex.h @ 203:2089d4071408

moving classes out of OrthancPlugins namespace, to OrthancDatabases
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 18 Mar 2021 18:15:34 +0100
parents 42990b2dd51b
children 61c309e06797
comparison
equal deleted inserted replaced
202:2def2df94f94 203:2089d4071408
73 73
74 virtual int64_t CreateResource(const char* publicId, 74 virtual int64_t CreateResource(const char* publicId,
75 OrthancPluginResourceType type) 75 OrthancPluginResourceType type)
76 ORTHANC_OVERRIDE; 76 ORTHANC_OVERRIDE;
77 77
78 virtual void DeleteResource(OrthancPlugins::IDatabaseBackendOutput& output, 78 virtual void DeleteResource(IDatabaseBackendOutput& output,
79 int64_t id) ORTHANC_OVERRIDE; 79 int64_t id) ORTHANC_OVERRIDE;
80 80
81 virtual int64_t GetLastChangeIndex() ORTHANC_OVERRIDE; 81 virtual int64_t GetLastChangeIndex() ORTHANC_OVERRIDE;
82 82
83 virtual bool HasCreateInstance() const ORTHANC_OVERRIDE 83 virtual bool HasCreateInstance() const ORTHANC_OVERRIDE