- getArguments() - Method in interface org.neo4j.cypher.javacompat.PlanDescription
-
Deprecated.
Retrieve argument map for the associated execution step
Valid arguments are all Java primitive values, Strings, Arrays of those, and Maps from Strings to
valid arguments.
- getChildren() - Method in interface org.neo4j.cypher.javacompat.PlanDescription
-
Deprecated.
- getConstraints() - Method in class org.neo4j.cypher.export.CypherResultSubGraph
-
- getConstraints() - Method in class org.neo4j.cypher.export.DatabaseSubGraph
-
- getConstraints() - Method in interface org.neo4j.cypher.export.SubGraph
-
- getConstraintsAdded() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
Returns the number of constraint added by this query.
- getConstraintsRemoved() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
Returns the number of constraint removed by this query.
- getDbHits() - Method in interface org.neo4j.cypher.javacompat.ProfilerStatistics
-
Deprecated.
- getDeletedNodes() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
Returns the number of nodes deleted by this query.
- getDeletedRelationships() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
Returns the number of relationships deleted by this query.
- getExecutionPlanDescription() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
-
Deprecated.
- getIndexes() - Method in class org.neo4j.cypher.export.CypherResultSubGraph
-
- getIndexes() - Method in class org.neo4j.cypher.export.DatabaseSubGraph
-
- getIndexes() - Method in interface org.neo4j.cypher.export.SubGraph
-
- getIndexesAdded() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
Returns the number of indexes added by this query.
- getIndexesRemoved() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
Returns the number of indexes removed by this query.
- getLabels() - Method in class org.neo4j.cypher.export.CypherResultSubGraph
-
- getLabelsAdded() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
Returns the number of labels added to any node by this query.
- getLabelsRemoved() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
Returns the number of labels removed from any node by this query.
- getName() - Method in interface org.neo4j.cypher.javacompat.PlanDescription
-
Deprecated.
- getNodes() - Method in class org.neo4j.cypher.export.CypherResultSubGraph
-
- getNodes() - Method in class org.neo4j.cypher.export.DatabaseSubGraph
-
- getNodes() - Method in interface org.neo4j.cypher.export.SubGraph
-
- getNodesCreated() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
Returns the number of nodes created by this query.
- getNodesDeleted() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
- getNotifications() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
-
Deprecated.
- getProfilerStatistics() - Method in interface org.neo4j.cypher.javacompat.PlanDescription
-
Deprecated.
- getPropertiesSet() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
Returns the number of properties set by this query.
- getQueryExecutionType() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
-
Deprecated.
- getQueryStatistics() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
-
Deprecated.
Returns statistics about this result.
- getRelationships() - Method in class org.neo4j.cypher.export.CypherResultSubGraph
-
- getRelationships() - Method in class org.neo4j.cypher.export.DatabaseSubGraph
-
- getRelationships() - Method in interface org.neo4j.cypher.export.SubGraph
-
- getRelationshipsCreated() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
Returns the number of relationships created by this query.
- getRelationshipsDeleted() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
-
Deprecated.
- getRows() - Method in interface org.neo4j.cypher.javacompat.ProfilerStatistics
-
Deprecated.