Uses of Class
org.xwiki.query.jpql.node.TSelect

Packages that use TSelect
org.xwiki.query.jpql.analysis   
org.xwiki.query.jpql.node   
 

Uses of TSelect in org.xwiki.query.jpql.analysis
 

Methods in org.xwiki.query.jpql.analysis with parameters of type TSelect
 void Analysis.caseTSelect(TSelect node)
           
 void AnalysisAdapter.caseTSelect(TSelect node)
           
 

Uses of TSelect in org.xwiki.query.jpql.node
 

Methods in org.xwiki.query.jpql.node that return TSelect
 TSelect ASelectClause.getSelect()
           
 TSelect ASimpleSelectClause.getSelect()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type TSelect
 void ASelectClause.setSelect(TSelect node)
           
 void ASimpleSelectClause.setSelect(TSelect node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type TSelect
ASelectClause(TSelect _select_, TDistinct _distinct_, PSelectList _selectList_)
           
ASimpleSelectClause(TSelect _select_, TDistinct _distinct_, PSimpleSelectExpression _simpleSelectExpression_)
           
 



Copyright © 2004-2012 XWiki. All Rights Reserved.