comparison PostgreSQL/Plugins/PostgreSQLIndex.h @ 79:cb0aac9bbada db-changes

optimization for /statistics URI
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Jan 2019 14:37:41 +0100
parents 2ee166f77501
children 1012fe77241c
comparison
equal deleted inserted replaced
78:2ee166f77501 79:cb0aac9bbada
89 const char* hashStudy, 89 const char* hashStudy,
90 const char* hashSeries, 90 const char* hashSeries,
91 const char* hashInstance) 91 const char* hashInstance)
92 ORTHANC_OVERRIDE; 92 ORTHANC_OVERRIDE;
93 #endif 93 #endif
94
95 virtual uint64_t GetResourceCount(OrthancPluginResourceType resourceType)
96 ORTHANC_OVERRIDE;
94 }; 97 };
95 } 98 }