comparison SQLite/Plugins/SQLiteIndex.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 714c5d2bee76
children 4cd7e45b671e
comparison
equal deleted inserted replaced
82:122f22550521 85:1012fe77241c
71 fast_ = fast; 71 fast_ = fast;
72 } 72 }
73 73
74 virtual int64_t CreateResource(const char* publicId, 74 virtual int64_t CreateResource(const char* publicId,
75 OrthancPluginResourceType type); 75 OrthancPluginResourceType type);
76
77 // New primitive since Orthanc 1.5.2
78 virtual int64_t GetLastChangeIndex();
76 }; 79 };
77 } 80 }