|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryResults.Cursor | |
|---|---|
| org.jboss.dna.graph.query | The Query API provides a mechanism for building and executing queries. |
| 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 QueryResults.Cursor in org.jboss.dna.graph.query |
|---|
| Methods in org.jboss.dna.graph.query that return QueryResults.Cursor | |
|---|---|
QueryResults.Cursor |
QueryResults.getCursor()
Get a cursor that can be used to walk through the results. |
| Uses of QueryResults.Cursor in org.jboss.dna.graph.query.process |
|---|
| Classes in org.jboss.dna.graph.query.process that implement QueryResults.Cursor | |
|---|---|
class |
QueryResults.TupleCursor
An interface used to walk through the results. |
| Methods in org.jboss.dna.graph.query.process that return QueryResults.Cursor | |
|---|---|
QueryResults.Cursor |
QueryResults.getCursor()
Get a cursor that can be used to walk through the results. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||