public interface GeneratedQueryExecution
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
accept(org.neo4j.graphdb.Result.ResultVisitor<E> visitor) |
org.neo4j.cypher.internal.compiler.v2_3.ExecutionMode |
executionMode() |
org.neo4j.cypher.internal.compiler.v2_3.planDescription.InternalPlanDescription |
executionPlanDescription() |
List<String> |
javaColumns() |
void |
setSuccessfulCloseable(org.neo4j.cypher.internal.compiler.v2_3.executionplan.SuccessfulCloseable closeable) |
<E extends Exception> void accept(org.neo4j.graphdb.Result.ResultVisitor<E> visitor) throws E extends Exception
E extends Exceptionorg.neo4j.cypher.internal.compiler.v2_3.ExecutionMode executionMode()
org.neo4j.cypher.internal.compiler.v2_3.planDescription.InternalPlanDescription executionPlanDescription()
void setSuccessfulCloseable(org.neo4j.cypher.internal.compiler.v2_3.executionplan.SuccessfulCloseable closeable)
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.