Neo4j

Uses of Interface
org.neo4j.cypher.javacompat.PlanDescription

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

Copyright © 2002-2014 The Neo4j Graph Database Project. All Rights Reserved.