Neo4j Enterprise

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

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

Uses of ExecutionResult in org.neo4j.cypher.javacompat
 

Methods in org.neo4j.cypher.javacompat that return ExecutionResult
 ExecutionResult ExecutionEngine.execute(org.neo4j.cypher.internal.commands.Query query)
          Deprecated. 
 ExecutionResult ExecutionEngine.execute(org.neo4j.cypher.internal.commands.Query query, Map<String,Object> params)
          Deprecated. 
 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
 


Neo4j Enterprise

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