Package | Description |
---|---|
org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
org.modeshape.jcr.query.engine.process |
When executing a query, the processing phase involves "running" each branch in the optimized query plan, determining
the set of nodes that satisfies each branch, and then joining each branch into a single result.
|
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 | Method and Description |
---|---|
static RowExtractors.ExtractFromRow |
RowExtractors.extractorWith(RowExtractors.ExtractFromRow extractor,
Order order,
NullOrder nullOrder)
Create an extractor that has a
type factory with a comparator that sorts according to the specified order and null-order behavior. |
Constructor and Description |
---|
QueryBuilder.SingleOrderByOperandBuilder(QueryBuilder.OrderByBuilder builder,
Order order,
NullOrder nullOrder) |
Constructor and Description |
---|
SortingSequence(String workspaceName,
NodeSequence delegate,
RowExtractors.ExtractFromRow extractor,
BufferManager bufferMgr,
CachedNodeSupplier nodeCache,
boolean pack,
boolean useHeap,
boolean allowDuplicates,
NullOrder nullOrder) |
Modifier and Type | Method and Description |
---|---|
static NullOrder |
NullOrder.defaultOrder(Order order) |
static NullOrder |
NullOrder.forSymbol(String symbol)
Attempt to find the Order given a symbol.
|
NullOrder |
Ordering.nullOrder() |
static NullOrder |
NullOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NullOrder[] |
NullOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static <T> TypeSystem.TypeFactory<T> |
TypeSystem.with(TypeSystem.TypeFactory<T> original,
Order order,
NullOrder nullOrder)
|
Constructor and Description |
---|
Ordering(DynamicOperand operand,
Order order,
NullOrder nullOrder)
Create a new ordering specification, given the supplied operand and order.
|
Modifier and Type | Method and Description |
---|---|
protected Ordering |
BasicSqlQueryParser.ordering(DynamicOperand operand,
Order order,
NullOrder nullOrder) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.