comparison Odbc/Plugins/OdbcIndex.h @ 403:91124cc8a8c7 db-protobuf

database plugins are informed about the identifier tags
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 11 Apr 2023 11:10:19 +0200
parents d14e6ff04a5c
children ecd0b719cff5
comparison
equal deleted inserted replaced
402:82921a29349a 403:91124cc8a8c7
54 54
55 void SetConnectionRetryInterval(unsigned int seconds); 55 void SetConnectionRetryInterval(unsigned int seconds);
56 56
57 virtual IDatabaseFactory* CreateDatabaseFactory() ORTHANC_OVERRIDE; 57 virtual IDatabaseFactory* CreateDatabaseFactory() ORTHANC_OVERRIDE;
58 58
59 virtual void ConfigureDatabase(DatabaseManager& manager) ORTHANC_OVERRIDE; 59 virtual void ConfigureDatabase(DatabaseManager& manager,
60 bool hasIdentifierTags,
61 const std::list<IdentifierTag>& identifierTags) ORTHANC_OVERRIDE;
60 62
61 virtual bool HasRevisionsSupport() const ORTHANC_OVERRIDE 63 virtual bool HasRevisionsSupport() const ORTHANC_OVERRIDE
62 { 64 {
63 return true; 65 return true;
64 } 66 }