|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SetQuery.Operation | |
---|---|
org.modeshape.jcr.query | The Query API provides a mechanism for building and executing queries. |
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. |
org.modeshape.jcr.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. |
Uses of SetQuery.Operation in org.modeshape.jcr.query |
---|
Fields in org.modeshape.jcr.query declared as SetQuery.Operation | |
---|---|
protected SetQuery.Operation |
QueryBuilder.firstQuerySetOperation
|
Uses of SetQuery.Operation in org.modeshape.jcr.query.model |
---|
Methods in org.modeshape.jcr.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. |
Methods in org.modeshape.jcr.query.model with parameters of type SetQuery.Operation | |
---|---|
SetQuery |
QueryObjectModelFactory.setQuery(QueryCommand left,
SetQuery.Operation operation,
QueryCommand right,
Ordering[] orderings,
Limit limit,
boolean all)
|
Constructors in org.modeshape.jcr.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.jcr.query.parse |
---|
Methods in org.modeshape.jcr.query.parse with parameters of type SetQuery.Operation | |
---|---|
protected SetQuery |
BasicSqlQueryParser.setQuery(QueryCommand leftQuery,
SetQuery.Operation operation,
QueryCommand rightQuery,
boolean all)
|
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |