public final class InternalSimpleFromClauseBNF extends JPQLQueryBNF
subquery_from_clause ::= FROM subselect_identification_variable_declaration {, subselect_identification_variable_declaration | collection_member_declaration}*| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID
The unique identifier of this BNF rule.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
handleCollection()
Determines whether the
Expression handles a collection of sub-expressions that
are separated by commas. |
expressionFactory, expressionFactoryIds, getId, handleAggregate, hasIdentifier, identifiers, isCompound, nonCompoundChildren, toStringpublic static final java.lang.String ID
public boolean handleCollection()
Expression handles a collection of sub-expressions that
are separated by commas.handleCollection in class JPQLQueryBNFtrue if the sub-expression to parse might have several sub-expressions
separated by commas; false otherwiseEclipseLink 2.3.2, "build v20111125-r10461" API Reference