comparison SQLite/Plugins/SQLiteIndex.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 42990b2dd51b
children 94c9908e6aca
comparison
equal deleted inserted replaced
223:af049cd66661 224:61c309e06797
72 void SetFast(bool fast) 72 void SetFast(bool fast)
73 { 73 {
74 fast_ = fast; 74 fast_ = fast;
75 } 75 }
76 76
77 virtual IDatabaseFactory* CreateDatabaseFactory() ORTHANC_OVERRIDE
78 {
79 return new Factory(*this);
80 }
81
77 virtual int64_t CreateResource(const char* publicId, 82 virtual int64_t CreateResource(const char* publicId,
78 OrthancPluginResourceType type); 83 OrthancPluginResourceType type);
79 84
80 // New primitive since Orthanc 1.5.2 85 // New primitive since Orthanc 1.5.2
81 virtual int64_t GetLastChangeIndex(); 86 virtual int64_t GetLastChangeIndex();