Package cz.cvut.kbss.jopa.query.soql
Class SoqlQueryParser
java.lang.Object
cz.cvut.kbss.jopa.query.soql.SoqlQueryParser
- All Implemented Interfaces:
QueryParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseQuery(String query) Parses the specified query string and returns a query holder instance containing the parsed query.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cz.cvut.kbss.jopa.query.QueryParser
parseQuery
-
Constructor Details
-
SoqlQueryParser
-
-
Method Details
-
parseQuery
Description copied from interface:QueryParserParses the specified query string and returns a query holder instance containing the parsed query.- Specified by:
parseQueryin interfaceQueryParser- Parameters:
query- The query to parse- Returns:
- Query holder with the parsed query
-