comparison SQLite/Plugins/SQLiteIndex.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 19bd3ee1f0b3
children ecd0b719cff5
comparison
equal deleted inserted replaced
402:82921a29349a 403:91124cc8a8c7
43 fast_ = fast; 43 fast_ = fast;
44 } 44 }
45 45
46 virtual IDatabaseFactory* CreateDatabaseFactory() ORTHANC_OVERRIDE; 46 virtual IDatabaseFactory* CreateDatabaseFactory() ORTHANC_OVERRIDE;
47 47
48 virtual void ConfigureDatabase(DatabaseManager& manager) ORTHANC_OVERRIDE; 48 virtual void ConfigureDatabase(DatabaseManager& manager,
49 bool hasIdentifierTags,
50 const std::list<IdentifierTag>& identifierTags) ORTHANC_OVERRIDE;
49 51
50 virtual bool HasRevisionsSupport() const ORTHANC_OVERRIDE 52 virtual bool HasRevisionsSupport() const ORTHANC_OVERRIDE
51 { 53 {
52 return true; 54 return true;
53 } 55 }