Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.jpa.internal.jpql
Class ContentAssistVisitor.FromClauseSelectStatementHelper

java.lang.Object
  extended by org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractFromClauseSelectStatementHelper<SelectStatement>
      extended by org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.FromClauseSelectStatementHelper

All Implemented Interfaces:
ContentAssistVisitor.SelectStatementHelper<SelectStatement,AbstractFromClause>
Enclosing class:
ContentAssistVisitor

private class ContentAssistVisitor.FromClauseSelectStatementHelper
extends ContentAssistVisitor.AbstractFromClauseSelectStatementHelper<SelectStatement>

Constructor Summary
private ContentAssistVisitor.FromClauseSelectStatementHelper()
           

 

Method Summary
protected  boolean addAppendableToCollection(SelectStatement expression, int position)
          
protected  void addClauseIdentifierProposals(SelectStatement expression)
          Requests this helper to add the JPQL identifiers for the clauses that follows the FROM clause.
 ContentAssistVisitor.WhereClauseSelectStatementHelper getNextHelper()
          
 ContentAssistVisitor.SelectClauseSelectStatementHelper getPreviousHelper()
          

 

Methods inherited from class org.eclipse.persistence.jpa.internal.jpql.ContentAssistVisitor.AbstractFromClauseSelectStatementHelper
addClauseProposal, appendNextClauseProposals, getClause, getClauseExpression, hasClause, hasClauseExpression, hasSpaceAfterClause, hasSpaceBeforeClause, isClauseExpressionComplete

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ContentAssistVisitor.FromClauseSelectStatementHelper

private ContentAssistVisitor.FromClauseSelectStatementHelper()

Method Detail

addAppendableToCollection

protected boolean addAppendableToCollection(SelectStatement expression,
                                            int position)
Overrides:
addAppendableToCollection in class ContentAssistVisitor.AbstractFromClauseSelectStatementHelper<SelectStatement>

addClauseIdentifierProposals

protected void addClauseIdentifierProposals(SelectStatement expression)
Requests this helper to add the JPQL identifiers for the clauses that follows the FROM clause.
Specified by:
addClauseIdentifierProposals in class ContentAssistVisitor.AbstractFromClauseSelectStatementHelper<SelectStatement>
Parameters:
expression - The AbstractSelectStatement being visited

getNextHelper

public ContentAssistVisitor.WhereClauseSelectStatementHelper getNextHelper()

getPreviousHelper

public ContentAssistVisitor.SelectClauseSelectStatementHelper getPreviousHelper()

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.