EscapeQuerySyntax

A parser needs to implement EscapeQuerySyntax to allow the QueryNode to escape the queries, when the toQueryString method is called.

Inheritors

Types

Link copied to clipboard

Type of escaping: String for escaping syntax, NORMAL for escaping reserved words (like AND) in terms

Functions

Link copied to clipboard
abstract fun escape(text: CharSequence, locale: Locale, type: EscapeQuerySyntax.Type): CharSequence