comparison OrthancServer/Sources/Database/StatelessDatabaseOperations.h @ 5776:de33982a0bf4 find-refactoring

wip: started implementing Find in PostgreSQL
author Alain Mazy <am@orthanc.team>
date Fri, 13 Sep 2024 11:57:14 +0200
parents ca06dde85358
children 56352ae88120
comparison
equal deleted inserted replaced
5775:9af45c841f59 5776:de33982a0bf4
677 677
678 void GetLastChange(Json::Value& target); 678 void GetLastChange(Json::Value& target);
679 679
680 bool HasExtendedChanges(); 680 bool HasExtendedChanges();
681 681
682 bool HasFindSupport();
683
682 void GetExportedResources(Json::Value& target, 684 void GetExportedResources(Json::Value& target,
683 int64_t since, 685 int64_t since,
684 uint32_t limit); 686 uint32_t limit);
685 687
686 void GetLastExportedResource(Json::Value& target); 688 void GetLastExportedResource(Json::Value& target);