ModeShape Distribution 3.0.0.Beta4

Uses of Interface
org.modeshape.jcr.api.query.qom.Limit

Packages that use Limit
org.modeshape.jcr.api.query.qom   
org.modeshape.jcr.query.model The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. 
 

Uses of Limit in org.modeshape.jcr.api.query.qom
 

Methods in org.modeshape.jcr.api.query.qom that return Limit
 Limit QueryCommand.getLimits()
          Get the limits associated with this query.
 Limit QueryObjectModelFactory.limit(int rowLimit, int offset)
          Evaluates to a limit on the maximum number of tuples in the results and the number of rows that are skipped before the first tuple in the results.
 

Methods in org.modeshape.jcr.api.query.qom with parameters of type Limit
 SetQuery QueryObjectModelFactory.except(QueryCommand left, QueryCommand right, Ordering[] orderings, Limit limit, boolean all)
          Creates a query command that returns all rows that are in the result of the left-hand query but not in the result of the right-hand query.
 SetQuery QueryObjectModelFactory.intersect(QueryCommand left, QueryCommand right, Ordering[] orderings, Limit limit, boolean all)
          Creates a query command that returns all rows that are both in the result of the left-hand query and in the result of the right-hand query.
 SelectQuery QueryObjectModelFactory.select(Source source, Constraint constraint, Ordering[] orderings, Column[] columns, Limit limit, boolean isDistinct)
          Creates a query with one or more selectors.
 SetQuery QueryObjectModelFactory.union(QueryCommand left, QueryCommand right, Ordering[] orderings, Limit limit, boolean all)
          Creates a query command that effectively appends the results of the right-hand query to those of the left-hand query.
 

Uses of Limit in org.modeshape.jcr.query.model
 

Classes in org.modeshape.jcr.query.model that implement Limit
 class Limit
          A specification of the limit placed on a query, detailing the a maximum number of result rows and an offset for the first row in the results.
 

Methods in org.modeshape.jcr.query.model that return Limit
 Limit SetQueryObjectModel.getLimits()
           
 

Methods in org.modeshape.jcr.query.model with parameters of type Limit
 SetQuery QueryObjectModelFactory.except(QueryCommand left, QueryCommand right, Ordering[] orderings, Limit limit, boolean all)
           
 SetQuery QueryObjectModelFactory.intersect(QueryCommand left, QueryCommand right, Ordering[] orderings, Limit limit, boolean all)
           
 SelectQuery QueryObjectModelFactory.select(Source source, Constraint constraint, Ordering[] orderings, Column[] columns, Limit limit, boolean distinct)
           
 SetQuery QueryObjectModelFactory.setQuery(QueryCommand left, SetQuery.Operation operation, QueryCommand right, Ordering[] orderings, Limit limit, boolean all)
           
 SetQuery QueryObjectModelFactory.union(QueryCommand left, QueryCommand right, Ordering[] orderings, Limit limit, boolean all)
           
 


ModeShape Distribution 3.0.0.Beta4

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