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