Package cz.cvut.kbss.jopa.query.soql
Class SoqlQueryParser
java.lang.Object
cz.cvut.kbss.jopa.query.soql.SoqlQueryParser
- All Implemented Interfaces:
- QueryParser
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface cz.cvut.kbss.jopa.query.QueryParserparseQuery
- 
Constructor Details- 
SoqlQueryParser
 
- 
- 
Method Details- 
parseQueryDescription copied from interface:QueryParserParses the specified query string and returns a query holder instance containing the parsed query.- Specified by:
- parseQueryin interface- QueryParser
- Parameters:
- query- The query to parse
- Returns:
- Query holder with the parsed query
 
 
-