| |
|
| java.lang.Object org.apache.ojb.jdo.jdoql.QueryParsingHelper
QueryParsingHelper | public class QueryParsingHelper (Code) | | Helper class for building the actual query structure from a JDOQL query definition.
author: Thomas Dudziak |
main | public static void main(String[] args) throws JDOUserException(Code) | | |
parseFilter | public Expression parseFilter(String expression) throws JDOUserException(Code) | | Parses the given filter expression string.
The filter expression |
parseImports | public List parseImports(String declaration) throws JDOUserException(Code) | | Parses the given imports declaration string.
The imports list |
parseOrderings | public List parseOrderings(String declaration) throws JDOUserException(Code) | | Parses the given orderings declaration string.
The orderings list |
parseParameters | public Map parseParameters(String declaration) throws JDOUserException(Code) | | Parses the given parameter declaration string.
The parameters indexed by their names |
parseVariables | public Map parseVariables(String declaration) throws JDOUserException(Code) | | Parses the given declaration string.
The variables indexed by their names |
|
|
|