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

Packages that use SetQuery.Operation
org.modeshape.graph.query The Query API provides a mechanism for building and executing queries. 
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.jcr.query   
org.modeshape.jcr.query.qom   
 

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

Fields in org.modeshape.graph.query declared as SetQuery.Operation
protected  SetQuery.Operation QueryBuilder.firstQuerySetOperation
           
 

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

Methods in org.modeshape.graph.query.model that return SetQuery.Operation
static SetQuery.Operation SetQuery.Operation.forSymbol(String symbol)
           
 SetQuery.Operation SetQuery.operation()
          Get the set operation for this query.
static SetQuery.Operation SetQuery.Operation.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SetQuery.Operation[] SetQuery.Operation.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.modeshape.graph.query.model with parameters of type SetQuery.Operation
SetQuery(QueryCommand left, SetQuery.Operation operation, QueryCommand right, boolean all)
          Create a set query involving the supplied left- and right-hand-side queries.
SetQuery(QueryCommand left, SetQuery.Operation operation, QueryCommand right, boolean all, List<? extends Ordering> orderings, Limit limit)
          Create a set query involving the supplied left- and right-hand-side queries.
 

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

Methods in org.modeshape.graph.query.parse with parameters of type SetQuery.Operation
protected  SetQuery SqlQueryParser.setQuery(QueryCommand leftQuery, SetQuery.Operation operation, QueryCommand rightQuery, boolean all)
           
 

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

Methods in org.modeshape.jcr.query with parameters of type SetQuery.Operation
protected  JcrSetQuery JcrSql2QueryParser.setQuery(QueryCommand leftQuery, SetQuery.Operation operation, QueryCommand rightQuery, boolean all)
          
 

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

Methods in org.modeshape.jcr.query.qom with parameters of type SetQuery.Operation
 JcrSetQuery JcrQueryObjectModelFactory.setQuery(QueryCommand left, SetQuery.Operation operation, QueryCommand right, Ordering[] orderings, Limit limit, boolean all)
           
 

Constructors in org.modeshape.jcr.query.qom with parameters of type SetQuery.Operation
JcrSetQuery(JcrQueryCommand left, SetQuery.Operation operation, JcrQueryCommand right, boolean all)
          Create a set query involving the supplied left- and right-hand-side queries.
JcrSetQuery(JcrQueryCommand left, SetQuery.Operation operation, JcrQueryCommand right, boolean all, List<? extends JcrOrdering> orderings, JcrLimit limit)
          Create a set query involving the supplied left- and right-hand-side queries.
 



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