Package | Description |
---|---|
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. |
Modifier and Type | Field and Description |
---|---|
protected SetQuery.Operation |
QueryBuilder.firstQuerySetOperation |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
SetQuery |
QueryObjectModelFactory.setQuery(QueryCommand left,
SetQuery.Operation operation,
QueryCommand right,
Ordering[] orderings,
Limit limit,
boolean all) |
Constructor and Description |
---|
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.
|
Modifier and Type | Method and Description |
---|---|
protected SetQuery |
BasicSqlQueryParser.setQuery(QueryCommand leftQuery,
SetQuery.Operation operation,
QueryCommand rightQuery,
boolean all) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.