Interface EscapeQuerySyntax

All Known Implementing Classes:
EscapeQuerySyntaxImpl

public interface EscapeQuerySyntax
A parser needs to implement EscapeQuerySyntax to allow the QueryNode to escape the queries, when the toQueryString method is called.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static enum 
    Type of escaping: String for escaping syntax, NORMAL for escaping reserved words (like AND) in terms
  • Method Summary

    Modifier and Type
    Method
    Description
     
  • Method Details