comparison PostgreSQL/Plugins/PostgreSQLIndex.h @ 85:1012fe77241c db-changes

new extension implemented for PostgreSQL and SQLite: GetLastChangeIndex
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Jan 2019 18:04:12 +0100
parents cb0aac9bbada
children e61587582cef
comparison
equal deleted inserted replaced
82:122f22550521 85:1012fe77241c
92 ORTHANC_OVERRIDE; 92 ORTHANC_OVERRIDE;
93 #endif 93 #endif
94 94
95 virtual uint64_t GetResourceCount(OrthancPluginResourceType resourceType) 95 virtual uint64_t GetResourceCount(OrthancPluginResourceType resourceType)
96 ORTHANC_OVERRIDE; 96 ORTHANC_OVERRIDE;
97
98 virtual int64_t GetLastChangeIndex() ORTHANC_OVERRIDE;
97 }; 99 };
98 } 100 }