| |
|
| java.lang.Object org.jpox.store.query.Parser org.jpox.store.query.JPQLParser
JPQLParser | public class JPQLParser extends Parser (Code) | | Parser for JPQL queries, extending the basic JDOQL parser for supporting the identifier ?1, ?2 syntax.
version: $Revision: 1.2 $ |
JPQLParser | public JPQLParser(String input, Imports imports)(Code) | | Constructor.
Parameters: input - Input string Parameters: imports - Any imports |
parseCharacterLiteral | public Character parseCharacterLiteral()(Code) | | Parse a Character literal.
the Character parsed. null if single quotes is found throws: JPOXUserException - if an invalid character is found or the CharacterIterator is finished |
parseIdentifier | public String parseIdentifier()(Code) | | Override the identifier parse to allow for ?1, ?2 syntax
The identifier |
parseStringLiteral | public String parseStringLiteral()(Code) | | Parse a String literal.
the String parsed. null if single quotes or double quotes is found throws: JPOXUserException - if an invalid character is found or the CharacterIterator is finished |
|
|
|