|
Neo4j Community | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.neo4j.cypher.javacompat.QueryStatistics
public class QueryStatistics
Holds statistics for the execution of a query.
| Method Summary | |
|---|---|
boolean |
containsUpdates()
If the query updated the graph in any way, this method will return true. |
int |
getDeletedNodes()
Returns the number of nodes deleted by this query. |
int |
getDeletedRelationships()
Returns the number of relationships deleted by this query. |
int |
getNodesCreated()
Returns the number of nodes created by this query. |
int |
getPropertiesSet()
Returns the number of properties set by this query. |
int |
getRelationshipsCreated()
Returns the number of relationships created by this query. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public int getNodesCreated()
public int getRelationshipsCreated()
public int getPropertiesSet()
public int getDeletedNodes()
public int getDeletedRelationships()
public boolean containsUpdates()
|
Neo4j Community | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||