Mercurial > hg > orthanc
diff OrthancServer/Search/ISqlLookupFormatter.h @ 3079:65e2bfa953ef db-changes
ISqlLookupFormatter::FormatWildcardEscape()
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 03 Jan 2019 14:03:39 +0100 |
parents | 147497152ce3 |
children | f6de9d25b20d |
line wrap: on
line diff
--- a/OrthancServer/Search/ISqlLookupFormatter.h Thu Jan 03 12:47:17 2019 +0100 +++ b/OrthancServer/Search/ISqlLookupFormatter.h Thu Jan 03 14:03:39 2019 +0100 @@ -49,6 +49,8 @@ virtual std::string FormatResourceType(ResourceType level) = 0; + virtual std::string FormatWildcardEscape() = 0; + static void Apply(std::string& sql, ISqlLookupFormatter& formatter, const std::vector<DatabaseConstraint>& lookup,