Interface QueryParser

All Known Implementing Classes:
SoqlQueryParser, SparqlQueryParser

public interface QueryParser
Used to parse queries into builders which enable the query to be further manipulated, e.g. set parameters.
  • Method Summary

    Modifier and Type
    Method
    Description
    Parses the specified query string and returns a query builder instance containing the parsed query.
  • Method Details

    • parseQuery

      QueryHolder parseQuery(String query)
      Parses the specified query string and returns a query builder instance containing the parsed query.
      Parameters:
      query - The query to parse
      Returns:
      Query builder with the parsed query