comparison Odbc/Plugins/OdbcIndex.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
712 const Orthanc::DatabasePluginMessages::Find_Request& request) 712 const Orthanc::DatabasePluginMessages::Find_Request& request)
713 { 713 {
714 // TODO-FIND 714 // TODO-FIND
715 throw Orthanc::OrthancException(Orthanc::ErrorCode_NotImplemented); 715 throw Orthanc::OrthancException(Orthanc::ErrorCode_NotImplemented);
716 } 716 }
717
718 void OdbcIndex::ExecuteCount(Orthanc::DatabasePluginMessages::TransactionResponse& response,
719 DatabaseManager& manager,
720 const Orthanc::DatabasePluginMessages::Find_Request& request)
721 {
722 // TODO-FIND
723 throw Orthanc::OrthancException(Orthanc::ErrorCode_NotImplemented);
724 }
717 #endif 725 #endif
718 } 726 }