|
Neo4j | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PlanDescription | |
---|---|
org.neo4j.cypher.javacompat | Execute Cypher queries from Java code. |
Uses of PlanDescription in org.neo4j.cypher.javacompat |
---|
Methods in org.neo4j.cypher.javacompat that return PlanDescription | |
---|---|
PlanDescription |
PlanDescription.cd(String... names)
Starting from this PlanDescription, retrieve children by successive calls to getChild() and return the final PlanDescription thus found |
PlanDescription |
ExecutionResult.executionPlanDescription()
Returns a string representation of the query plan used to produce this result. |
PlanDescription |
PlanDescription.getChild(String name)
|
PlanDescription |
ProfilerStatistics.getPlanDescription()
|
Methods in org.neo4j.cypher.javacompat that return types with arguments of type PlanDescription | |
---|---|
List<PlanDescription> |
PlanDescription.getChildren()
|
|
Neo4j | |||||||||
PREV NEXT | FRAMES NO FRAMES |