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

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

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

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

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

Methods in org.xwiki.query.jpql.node that return TExists
 TExists AExistsExpression.getExists()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type TExists
 void AExistsExpression.setExists(TExists node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type TExists
AExistsExpression(TExists _exists_, TLbr _lbr_, PSubquery _subquery_, TRbr _rbr_)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.