| Package | Description |
|---|---|
| org.neo4j.cypher.javacompat |
Execute Cypher queries from Java code.
|
| org.neo4j.graphdb |
The core graph database API.
|
| Modifier and Type | Class and Description |
|---|---|
class |
QueryStatistics
Deprecated.
See
QueryStatistics which you can get from Result
when using GraphDatabaseService.execute(String, Map). |
| Modifier and Type | Method and Description |
|---|---|
QueryStatistics |
Result.getQueryStatistics()
Statistics about the effects of the query.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.