Package | Description |
---|---|
org.neo4j.cypher.javacompat |
Execute Cypher queries from Java code.
|
org.neo4j.graphdb |
The core graph database API.
|
Modifier and Type | Method and Description |
---|---|
ExecutionPlanDescription |
ExecutionResult.getExecutionPlanDescription()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
ExecutionPlanDescription |
Result.getExecutionPlanDescription()
Returns a description of the query plan used to produce this result.
|
Modifier and Type | Method and Description |
---|---|
List<ExecutionPlanDescription> |
ExecutionPlanDescription.getChildren()
Retrieves the children of this execution step.
|
Copyright © 2002–2014 The Neo4j Graph Database Project. All rights reserved.