public class JDOQLParameterDeclarationParser extends Object implements QueryParser
| Modifier and Type | Field and Description |
|---|---|
protected static ResourceBundle |
messages
I18N support
|
| Constructor and Description |
|---|
JDOQLParameterDeclarationParser() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args)
Method main for testing purposes.
|
Iterator |
parameterTypeIterator(String text)
Returns an iterator over the parameter types of the specified JDOQL
parameter declartion.
|
protected static final ResourceBundle messages
public Iterator parameterTypeIterator(String text)
parameterTypeIterator in interface QueryParsertext - the JDOQL parameter declarationJDOQueryException - indicates a parse errorpublic static void main(String[] args)
Parameter types for >int a, String b<
int
String
Copyright © 2017. All rights reserved.