comparison MySQL/Plugins/MySQLIndex.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 897253c21208
children ecd0b719cff5
comparison
equal deleted inserted replaced
402:82921a29349a 403:91124cc8a8c7
42 clearAll_ = clear; 42 clearAll_ = clear;
43 } 43 }
44 44
45 virtual IDatabaseFactory* CreateDatabaseFactory() ORTHANC_OVERRIDE; 45 virtual IDatabaseFactory* CreateDatabaseFactory() ORTHANC_OVERRIDE;
46 46
47 virtual void ConfigureDatabase(DatabaseManager& database) ORTHANC_OVERRIDE; 47 virtual void ConfigureDatabase(DatabaseManager& database,
48 bool hasIdentifierTags,
49 const std::list<IdentifierTag>& identifierTags) ORTHANC_OVERRIDE;
48 50
49 virtual bool HasRevisionsSupport() const ORTHANC_OVERRIDE 51 virtual bool HasRevisionsSupport() const ORTHANC_OVERRIDE
50 { 52 {
51 return false; // TODO - REVISIONS 53 return false; // TODO - REVISIONS
52 } 54 }