org.jpox.store.query
Class JDOQLSingleStringParser
java.lang.Object
org.jpox.store.query.JDOQLSingleStringParser
- public class JDOQLSingleStringParser
- extends java.lang.Object
Parser for handling JDOQL Single-String queries.
Takes a JDOQLQuery and the query string and parses it into its constituent parts, updating
the JDOQLQuery accordingly with the result that after calling the parse() method the JDOQLQuery
is populated.
select [unique] [ ] [into ]
[from [exclude subclasses] ]
[where ]
[variables ]
[parameters ]
[]
[group by ]
[order by ]
[range ,]
- Version:
- $Revision: 1.7 $
Method Summary |
void |
parse()
Method to parse the Single-String query |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOCALISER
protected static final Localiser LOCALISER
- Localiser for messages.
JDOQLSingleStringParser
public JDOQLSingleStringParser(JDOQLQuery query,
java.lang.String queryString)
- Constructor for the Single-String parser.
- Parameters:
query
- The queryqueryString
- The Single-String query
parse
public void parse()
- Method to parse the Single-String query
Copyright © -2007 . All Rights Reserved.