comparison Resources/Orthanc/Databases/ISqlLookupFormatter.h @ 454:f4244c7e2725 improve-delete

merge pg-transactions -> improve-delete
author Alain Mazy <am@osimis.io>
date Mon, 22 Jan 2024 10:00:28 +0100
parents d700c8f9fc24
children ecd0b719cff5
comparison
equal deleted inserted replaced
424:95c413106a66 454:f4244c7e2725
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