public interface Escaper
This is meant for the contents of string literals in where clauses, once they have been extracted. It's therefore not necessary to escape single quotes, unless of course they have some meaning to the search backend.
Modifier and Type | Method and Description |
---|---|
String |
escape(String s)
Escapes the provided string
|
Copyright © 2018 Nuxeo. All rights reserved.