|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResourceIterator | |
|---|---|
| org.neo4j.cypher.javacompat | Execute Cypher queries from Java code. |
| org.neo4j.graphdb | The core graph database API. |
| Uses of ResourceIterator in org.neo4j.cypher.javacompat |
|---|
| Methods in org.neo4j.cypher.javacompat that return ResourceIterator | ||
|---|---|---|
|
ExecutionResult.columnAs(String n)
Returns an iterator with the result objects from a single column of the result set. |
|
ResourceIterator<Map<String,Object>> |
ExecutionResult.iterator()
Returns an iterator over the return clause of the query. |
|
| Uses of ResourceIterator in org.neo4j.graphdb |
|---|
| Methods in org.neo4j.graphdb that return ResourceIterator | |
|---|---|
ResourceIterator<T> |
ResourceIterable.iterator()
Returns an iterator with associated resources that must be managed. |
|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||