comparison Resources/Orthanc/Databases/ISqlLookupFormatter.h @ 426:d700c8f9fc24

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 20:31:31 +0100
parents 7e123f047771
children ecd0b719cff5
comparison
equal deleted inserted replaced
425:c1b0f3c4e1f5 426:d700c8f9fc24
57 virtual std::string FormatWildcardEscape() = 0; 57 virtual std::string FormatWildcardEscape() = 0;
58 58
59 /** 59 /**
60 * Whether to escape '[' and ']', which is only needed for 60 * Whether to escape '[' and ']', which is only needed for
61 * MSSQL. New in Orthanc 1.10.0, from the following changeset: 61 * MSSQL. New in Orthanc 1.10.0, from the following changeset:
62 * https://hg.orthanc-server.com/orthanc-databases/rev/389c037387ea 62 * https://orthanc.uclouvain.be/hg/orthanc-databases/rev/389c037387ea
63 **/ 63 **/
64 virtual bool IsEscapeBrackets() const = 0; 64 virtual bool IsEscapeBrackets() const = 0;
65 65
66 static void GetLookupLevels(ResourceType& lowerLevel, ResourceType& upperLevel, const ResourceType& queryLevel, const std::vector<DatabaseConstraint>& lookup); 66 static void GetLookupLevels(ResourceType& lowerLevel, ResourceType& upperLevel, const ResourceType& queryLevel, const std::vector<DatabaseConstraint>& lookup);
67 67