org.neo4j.cypher.javacompat
Class ExecutionResult
java.lang.Object
org.neo4j.cypher.javacompat.ExecutionResult
- All Implemented Interfaces:
- Iterable<Map<String,Object>>
public class ExecutionResult
- extends Object
- implements Iterable<Map<String,Object>>
Holds Cypher query result sets.
Constructor Summary |
ExecutionResult(org.neo4j.cypher.ExecutionResult projection)
|
ExecutionResult
public ExecutionResult(org.neo4j.cypher.ExecutionResult projection)
columnAs
public <T> Iterator<T> columnAs(String n)
columns
public List<String> columns()
iterator
public Iterator<Map<String,Object>> iterator()
- Specified by:
iterator
in interface Iterable<Map<String,Object>>
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2011 The Neo4j Graph Database Project. All Rights Reserved.