| Package | Description |
|---|---|
| org.modeshape.jcr.query |
The Query API provides a mechanism for building and executing queries.
|
| org.modeshape.jcr.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. |
| Modifier and Type | Method and Description |
|---|---|
QueryResults.Location |
QueryResults.Cursor.getLocation(int columnNumber)
Get from the current row the location of the node from which the value in the given column was taken.
|
QueryResults.Location |
QueryResults.Cursor.getLocation(String selectorName)
Get from the current row the location of the node that was produced by the named selector.
|
| Modifier and Type | Method and Description |
|---|---|
static Comparator<QueryResults.Location> |
QueryResults.Location.getComparator() |
| Modifier and Type | Method and Description |
|---|---|
int |
QueryResults.Location.compareTo(QueryResults.Location that) |
Node |
JcrQueryContext.getNode(QueryResults.Location location) |
boolean |
QueryResults.Location.isSame(QueryResults.Location that) |
| Modifier and Type | Field and Description |
|---|---|
protected static Comparator<QueryResults.Location> |
JoinComponent.LOCATION_COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
QueryResults.Location |
QueryResults.TupleCursor.getLocation(int columnNumber) |
QueryResults.Location |
QueryResults.TupleCursor.getLocation(String selectorName) |
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.