| Interface | Description |
|---|---|
| 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). |
| Class | Description |
|---|---|
| ExecutionEngine | Deprecated
use
GraphDatabaseService.execute(String) instead. |
| ExecutionResult | Deprecated
See
Result, and use
GraphDatabaseService.execute(String, Map) instead. |
| 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.