Neo4j Enterprise

Uses of Class
org.neo4j.cypher.javacompat.ExecutionResult

Packages that use ExecutionResult
org.neo4j.cypher.export   
org.neo4j.cypher.javacompat Execute Cypher queries from Java code. 
 

Uses of ExecutionResult in org.neo4j.cypher.export
 

Methods in org.neo4j.cypher.export with parameters of type ExecutionResult
static SubGraph CypherResultSubGraph.from(ExecutionResult result, boolean addBetween)
           
 

Uses of ExecutionResult in org.neo4j.cypher.javacompat
 

Methods in org.neo4j.cypher.javacompat that return ExecutionResult
 ExecutionResult ExecutionEngine.execute(String query)
          Executes a query and returns an iterable that contains the result set
 ExecutionResult ExecutionEngine.execute(String query, Map<String,Object> params)
          Executes a query and returns an iterable that contains the result set
 ExecutionResult ExecutionEngine.profile(String query)
          Profiles a query and returns an iterable that contains the result set.
 ExecutionResult ExecutionEngine.profile(String query, Map<String,Object> params)
          Profiles a query and returns an iterable that contains the result set.
 


Neo4j Enterprise

Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.