| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.tools |
| Modifier and Type | Method and Description |
|---|---|
AbstractContentAssistVisitor.StatementHelper<? extends SelectStatement> |
EclipseLinkContentAssistVisitor.UnionClauseStatementHelper.getNextHelper()
Returns the
AbstractContentAssistVisitor.StatementHelper that will scan the following clause, which is
based on the grammar and not on the actual existence of the clause in the parsed tree. |
AbstractContentAssistVisitor.StatementHelper<SelectStatement> |
AbstractContentAssistVisitor.OrderByClauseStatementHelper.getNextHelper()
Returns the
AbstractContentAssistVisitor.StatementHelper that will scan the following clause, which is
based on the grammar and not on the actual existence of the clause in the parsed tree. |
AbstractContentAssistVisitor.StatementHelper<SimpleSelectStatement> |
AbstractContentAssistVisitor.SimpleHavingClauseStatementHelper.getNextHelper() |
AbstractContentAssistVisitor.StatementHelper<SimpleSelectStatement> |
AbstractContentAssistVisitor.SimpleSelectClauseStatementHelper.getNextHelper() |
AbstractContentAssistVisitor.StatementHelper<SimpleSelectStatement> |
AbstractContentAssistVisitor.SimpleWhereClauseSelectStatementHelper.getNextHelper() |
AbstractContentAssistVisitor.StatementHelper<? extends T> |
AbstractContentAssistVisitor.StatementHelper.getNextHelper()
Returns the
AbstractContentAssistVisitor.StatementHelper that will scan the following clause, which is
based on the grammar and not on the actual existence of the clause in the parsed tree. |
AbstractContentAssistVisitor.StatementHelper<UpdateStatement> |
AbstractContentAssistVisitor.UpdateClauseStatementHelper.getNextHelper()
Returns the
AbstractContentAssistVisitor.StatementHelper that will scan the following clause, which is
based on the grammar and not on the actual existence of the clause in the parsed tree. |
AbstractContentAssistVisitor.StatementHelper<? extends DeleteStatement> |
AbstractContentAssistVisitor.WhereClauseDeleteStatementHelper.getNextHelper()
Returns the
AbstractContentAssistVisitor.StatementHelper that will scan the following clause, which is
based on the grammar and not on the actual existence of the clause in the parsed tree. |
AbstractContentAssistVisitor.StatementHelper<SelectStatement> |
AbstractContentAssistVisitor.WhereClauseSelectStatementHelper.getNextHelper() |
AbstractContentAssistVisitor.StatementHelper<? extends UpdateStatement> |
AbstractContentAssistVisitor.WhereClauseUpdateStatementHelper.getNextHelper()
Returns the
AbstractContentAssistVisitor.StatementHelper that will scan the following clause, which is
based on the grammar and not on the actual existence of the clause in the parsed tree. |
| Modifier and Type | Method and Description |
|---|---|
protected <T extends Expression> |
AbstractContentAssistVisitor.visitStatement(T expression,
AbstractContentAssistVisitor.StatementHelper<T> helper)
Visits the given
AbstractSelectStatement and checks to see if the identifiers of the
following clauses can be added a valid proposals. |
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.