Uses of Class
org.modeshape.graph.query.model.SetQuery

Packages that use SetQuery
org.modeshape.graph.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
org.modeshape.graph.query.parse This package defines the QueryParser interface, which defines a component that can parse a query represented in a specific language and produce the corresponding abstract query model representation. 
org.modeshape.graph.query.plan This package defines the Planner interface, the CanonicalPlanner implementation, and the PlanNode class that is used to represent a canonical query plan. 
org.modeshape.jcr.query   
org.modeshape.jcr.query.qom   
 

Uses of SetQuery in org.modeshape.graph.query.model
 

Methods in org.modeshape.graph.query.model that return SetQuery
 SetQuery SetQuery.adding(Ordering... orderings)
           
 SetQuery SetQuery.withLimit(int rowLimit)
           
 SetQuery SetQuery.withOffset(int offset)
           
 

Methods in org.modeshape.graph.query.model with parameters of type SetQuery
 void Visitors.AbstractVisitor.visit(SetQuery obj)
          
 void Visitors.WalkAllVisitor.visit(SetQuery setQuery)
          
 void Visitors.ReadableVisitor.visit(SetQuery query)
          
 void Visitor.visit(SetQuery obj)
           
 

Uses of SetQuery in org.modeshape.graph.query.parse
 

Methods in org.modeshape.graph.query.parse that return SetQuery
protected  SetQuery SqlQueryParser.parseSetQuery(TokenStream tokens, QueryCommand leftHandSide, TypeSystem typeSystem)
           
protected  SetQuery SqlQueryParser.setQuery(QueryCommand leftQuery, SetQuery.Operation operation, QueryCommand rightQuery, boolean all)
           
 

Uses of SetQuery in org.modeshape.graph.query.plan
 

Methods in org.modeshape.graph.query.plan with parameters of type SetQuery
protected  PlanNode CanonicalPlanner.createCanonicalPlan(QueryContext context, SetQuery query)
          Create a canonical query plan for the given set query.
 

Uses of SetQuery in org.modeshape.jcr.query
 

Methods in org.modeshape.jcr.query that return SetQuery
protected  SetQuery JcrSql2QueryParser.parseSetQuery(TokenStream tokens, QueryCommand leftHandSide, TypeSystem typeSystem)
          
 

Uses of SetQuery in org.modeshape.jcr.query.qom
 

Subclasses of SetQuery in org.modeshape.jcr.query.qom
 class JcrSetQuery
           
 



Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.