public interface QueryResult
| Modifier and Type | Interface and Description |
|---|---|
static interface |
QueryResult.QueryResultVisitor<E extends Exception> |
static interface |
QueryResult.Record |
| Modifier and Type | Method and Description |
|---|---|
<E extends Exception> |
accept(QueryResult.QueryResultVisitor<E> visitor) |
void |
close() |
org.neo4j.graphdb.ExecutionPlanDescription |
executionPlanDescription() |
org.neo4j.graphdb.QueryExecutionType |
executionType() |
String[] |
fieldNames() |
Iterable<org.neo4j.graphdb.Notification> |
getNotifications() |
org.neo4j.graphdb.QueryStatistics |
queryStatistics() |
String[] fieldNames()
<E extends Exception> void accept(QueryResult.QueryResultVisitor<E> visitor) throws E extends Exception
E extends Exceptionorg.neo4j.graphdb.QueryExecutionType executionType()
org.neo4j.graphdb.QueryStatistics queryStatistics()
org.neo4j.graphdb.ExecutionPlanDescription executionPlanDescription()
Iterable<org.neo4j.graphdb.Notification> getNotifications()
void close()
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.