|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryResults.Location | |
---|---|
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. |
Uses of QueryResults.Location in org.modeshape.jcr.query |
---|
Methods in org.modeshape.jcr.query that return QueryResults.Location | |
---|---|
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. |
Methods in org.modeshape.jcr.query that return types with arguments of type QueryResults.Location | |
---|---|
static Comparator<QueryResults.Location> |
QueryResults.Location.getComparator()
|
Methods in org.modeshape.jcr.query with parameters of type QueryResults.Location | |
---|---|
int |
QueryResults.Location.compareTo(QueryResults.Location that)
|
Node |
JcrQueryContext.getNode(QueryResults.Location location)
|
boolean |
QueryResults.Location.isSame(QueryResults.Location that)
|
Uses of QueryResults.Location in org.modeshape.jcr.query.process |
---|
Fields in org.modeshape.jcr.query.process with type parameters of type QueryResults.Location | |
---|---|
protected static Comparator<QueryResults.Location> |
JoinComponent.LOCATION_COMPARATOR
|
Methods in org.modeshape.jcr.query.process that return QueryResults.Location | |
---|---|
QueryResults.Location |
QueryResults.TupleCursor.getLocation(int columnNumber)
|
QueryResults.Location |
QueryResults.TupleCursor.getLocation(String selectorName)
|
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV NEXT | FRAMES NO FRAMES |