comparison PostgreSQL/Plugins/PostgreSQLIndex.h @ 224:61c309e06797

added internal class DatabaseBackendAdapterV2::Adapter
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 01 Apr 2021 16:09:59 +0200
parents 13a3863df7fa
children 94c9908e6aca
comparison
equal deleted inserted replaced
223:af049cd66661 224:61c309e06797
69 void SetClearAll(bool clear) 69 void SetClearAll(bool clear)
70 { 70 {
71 clearAll_ = clear; 71 clearAll_ = clear;
72 } 72 }
73 73
74 virtual IDatabaseFactory* CreateDatabaseFactory() ORTHANC_OVERRIDE
75 {
76 return new Factory(*this);
77 }
78
74 virtual int64_t CreateResource(const char* publicId, 79 virtual int64_t CreateResource(const char* publicId,
75 OrthancPluginResourceType type) 80 OrthancPluginResourceType type)
76 ORTHANC_OVERRIDE; 81 ORTHANC_OVERRIDE;
77 82
78 virtual uint64_t GetTotalCompressedSize() ORTHANC_OVERRIDE; 83 virtual uint64_t GetTotalCompressedSize() ORTHANC_OVERRIDE;