comparison Framework/Plugins/ISqlLookupFormatter.h @ 583:ae7375d38607 find-refactoring tip

MySQL: fix ordering
author Alain Mazy <am@orthanc.team>
date Mon, 21 Oct 2024 18:19:51 +0200
parents a80775ee5eea
children
comparison
equal deleted inserted replaced
582:8296c6a0238e 583:ae7375d38607
69 * MSSQL. New in Orthanc 1.10.0, from the following changeset: 69 * MSSQL. New in Orthanc 1.10.0, from the following changeset:
70 * https://orthanc.uclouvain.be/hg/orthanc-databases/rev/389c037387ea 70 * https://orthanc.uclouvain.be/hg/orthanc-databases/rev/389c037387ea
71 **/ 71 **/
72 virtual bool IsEscapeBrackets() const = 0; 72 virtual bool IsEscapeBrackets() const = 0;
73 73
74 virtual bool SupportsNullsLast() const = 0;
75
74 static void GetLookupLevels(Orthanc::ResourceType& lowerLevel, 76 static void GetLookupLevels(Orthanc::ResourceType& lowerLevel,
75 Orthanc::ResourceType& upperLevel, 77 Orthanc::ResourceType& upperLevel,
76 const Orthanc::ResourceType& queryLevel, 78 const Orthanc::ResourceType& queryLevel,
77 const DatabaseConstraints& lookup); 79 const DatabaseConstraints& lookup);
78 80