comparison SQLite/Plugins/SQLiteIndex.cpp @ 580:35d2df9572b1 find-refactoring tip

count-resources
author Alain Mazy <am@orthanc.team>
date Tue, 15 Oct 2024 15:52:39 +0200
parents 451125122692
children
comparison
equal deleted inserted replaced
578:e99ca3508757 580:35d2df9572b1
276 const Orthanc::DatabasePluginMessages::Find_Request& request) 276 const Orthanc::DatabasePluginMessages::Find_Request& request)
277 { 277 {
278 // TODO-FIND 278 // TODO-FIND
279 throw Orthanc::OrthancException(Orthanc::ErrorCode_NotImplemented); 279 throw Orthanc::OrthancException(Orthanc::ErrorCode_NotImplemented);
280 } 280 }
281
282 void SQLiteIndex::ExecuteCount(Orthanc::DatabasePluginMessages::TransactionResponse& response,
283 DatabaseManager& manager,
284 const Orthanc::DatabasePluginMessages::Find_Request& request)
285 {
286 // TODO-FIND
287 throw Orthanc::OrthancException(Orthanc::ErrorCode_NotImplemented);
288 }
281 #endif 289 #endif
282 } 290 }