public interface QueryStatistics
updates
, all the methods of this interface will return
0
.Modifier and Type | Method and Description |
---|---|
boolean |
containsUpdates()
If the query updated the graph in any way, this method will return true.
|
int |
getConstraintsAdded()
Returns the number of constraints added by this query.
|
int |
getConstraintsRemoved()
Returns the number of constraints removed by this query.
|
int |
getIndexesAdded()
Returns the number of indexes added by this query.
|
int |
getIndexesRemoved()
Returns the number of indexes removed by this query.
|
int |
getLabelsAdded()
Returns the number of labels added to any node by this query.
|
int |
getLabelsRemoved()
Returns the number of labels removed from any node by this query.
|
int |
getNodesCreated()
Returns the number of nodes created by this query.
|
int |
getNodesDeleted()
Returns the number of nodes deleted 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.
|
int |
getRelationshipsDeleted()
Returns the number of relationships deleted by this query.
|
int getNodesCreated()
int getNodesDeleted()
int getRelationshipsCreated()
int getRelationshipsDeleted()
int getPropertiesSet()
int getLabelsAdded()
int getLabelsRemoved()
int getIndexesAdded()
int getIndexesRemoved()
int getConstraintsAdded()
int getConstraintsRemoved()
boolean containsUpdates()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.