|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Ordering | |
---|---|
org.jboss.dna.graph.query.model | The Abstract Query Model is a vocabulary that can be used to construct a language-neutral representation of a query. |
org.jboss.dna.graph.query.process | This package defines the QueryProcessor interface, which is responsible for constructing for each query
a tree of ProcessingComponent objects that each are responsible for processing a specific aspect of
the query and returning the tuples to the parent component. |
Uses of Ordering in org.jboss.dna.graph.query.model |
---|
Methods in org.jboss.dna.graph.query.model that return types with arguments of type Ordering | |
---|---|
List<Ordering> |
QueryCommand.getOrderings()
Return the orderings for this query. |
Methods in org.jboss.dna.graph.query.model with parameters of type Ordering | |
---|---|
SetQuery |
SetQuery.adding(Ordering... orderings)
|
Query |
Query.adding(Ordering... orderings)
Create a copy of this query, but that returns results that are ordered by the orderings of this
column as well as those supplied. |
void |
Visitors.AbstractVisitor.visit(Ordering obj)
|
void |
Visitors.WalkAllVisitor.visit(Ordering ordering)
|
void |
Visitors.ReadableVisitor.visit(Ordering ordering)
|
void |
Visitor.visit(Ordering obj)
|
Method parameters in org.jboss.dna.graph.query.model with type arguments of type Ordering | |
---|---|
Query |
Query.orderedBy(List<Ordering> orderings)
Create a copy of this query, but one whose results should be ordered by the supplied orderings. |
Constructor parameters in org.jboss.dna.graph.query.model with type arguments of type Ordering | |
---|---|
Query(Source source,
Constraint constraint,
List<Ordering> orderings,
List<Column> columns,
Limit limit,
boolean isDistinct)
Create a new query that uses the supplied source, constraint, orderings, columns and limits. |
|
SetQuery(QueryCommand left,
SetQuery.Operation operation,
QueryCommand right,
boolean all,
List<Ordering> orderings,
Limit limit)
Create a set query involving the supplied left- and right-hand-side queries. |
Uses of Ordering in org.jboss.dna.graph.query.process |
---|
Constructor parameters in org.jboss.dna.graph.query.process with type arguments of type Ordering | |
---|---|
SortValuesComponent(ProcessingComponent delegate,
List<Ordering> orderings)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |