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

Packages that use PSelectStatement
org.xwiki.query.jpql.node   
 

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

Subclasses of PSelectStatement in org.xwiki.query.jpql.node
 class ASelectStatement
           
 

Methods in org.xwiki.query.jpql.node that return PSelectStatement
 PSelectStatement AStatement.getSelectStatement()
           
 

Methods in org.xwiki.query.jpql.node with parameters of type PSelectStatement
 void AStatement.setSelectStatement(PSelectStatement node)
           
 

Constructors in org.xwiki.query.jpql.node with parameters of type PSelectStatement
AStatement(PSelectStatement _selectStatement_)
           
 



Copyright © 2004-2013 XWiki. All Rights Reserved.