Package cz.cvut.kbss.jopa.query
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 TypeMethodDescriptionparseQuery
(String query) Parses the specified query string and returns a query builder instance containing the parsed query.
-
Method Details
-
parseQuery
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
-