org.neo4j.cypher.javacompat
Class ExecutionResult

java.lang.Object
  extended by 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)
           
 
Method Summary
<T> Iterator<T>
columnAs(String n)
           
 List<String> columns()
           
 Iterator<Map<String,Object>> iterator()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExecutionResult

public ExecutionResult(org.neo4j.cypher.ExecutionResult projection)
Method Detail

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.