| Interface and Description |
|---|
| org.neo4j.cypher.javacompat.PlanDescription
See
ExecutionPlanDescription which you can get from Result
when using GraphDatabaseService.execute(String, Map). |
| org.neo4j.cypher.javacompat.ProfilerStatistics
See
ExecutionPlanDescription.ProfilerStatistics which you can get from an ExecutionPlanDescription
when using GraphDatabaseService.execute(String, Map). |
| Class and Description |
|---|
| org.neo4j.cypher.javacompat.ExecutionEngine
use
GraphDatabaseService.execute(String) instead. |
| org.neo4j.cypher.javacompat.ExecutionResult
See
Result, and use
GraphDatabaseService.execute(String, Map) instead. |
| org.neo4j.cypher.javacompat.QueryStatistics
See
QueryStatistics which you can get from Result
when using GraphDatabaseService.execute(String, Map). |
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.