comparison OrthancServer/Sources/Search/ISqlLookupFormatter.h @ 5432:59e3b6f8c5be

migration to UCLouvain servers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Nov 2023 18:16:31 +0100
parents 7f37233359aa
children 48b8dae6dc77
comparison
equal deleted inserted replaced
5431:4be5f117aa0d 5432:59e3b6f8c5be
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