comparison MySQL/Plugins/MySQLIndex.h @ 87:48d445f756db db-changes

new extension implemented for MySQL: GetLastChangeIndex
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 10 Jan 2019 20:39:36 +0100
parents 714c5d2bee76
children 441a472bfd93
comparison
equal deleted inserted replaced
86:d16e94157efe 87:48d445f756db
72 72
73 virtual int64_t CreateResource(const char* publicId, 73 virtual int64_t CreateResource(const char* publicId,
74 OrthancPluginResourceType type); 74 OrthancPluginResourceType type);
75 75
76 virtual void DeleteResource(int64_t id); 76 virtual void DeleteResource(int64_t id);
77
78 virtual int64_t GetLastChangeIndex();
77 }; 79 };
78 } 80 }