diff Framework/Plugins/ISqlLookupFormatter.h @ 581:a80775ee5eea find-refactoring

MySQL: Added support for ExtendedFind
author Alain Mazy <am@orthanc.team>
date Mon, 21 Oct 2024 14:34:57 +0200
parents 7f45f23b10d0
children ae7375d38607
line wrap: on
line diff
--- a/Framework/Plugins/ISqlLookupFormatter.h	Tue Oct 15 15:52:39 2024 +0200
+++ b/Framework/Plugins/ISqlLookupFormatter.h	Mon Oct 21 14:34:57 2024 +0200
@@ -62,6 +62,8 @@
 
     virtual std::string FormatLimits(uint64_t since, uint64_t count) = 0;
 
+    virtual std::string FormatNull(const char* type) = 0;
+
     /**
      * Whether to escape '[' and ']', which is only needed for
      * MSSQL. New in Orthanc 1.10.0, from the following changeset: