- getArguments() - Method in interface org.neo4j.cypher.internal.javacompat.PlanDescription
-
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.internal.javacompat.PlanDescription
-
- 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.internal.javacompat.QueryStatistics
-
Returns the number of constraint added by this query.
- getConstraintsRemoved() - Method in class org.neo4j.cypher.internal.javacompat.QueryStatistics
-
Returns the number of constraint removed by this query.
- getDbHits() - Method in interface org.neo4j.cypher.internal.javacompat.ProfilerStatistics
-
- getDbmsOperations() - Method in class org.neo4j.cypher.javacompat.internal.GraphDatabaseCypherService
-
- getDependencyResolver() - Method in class org.neo4j.cypher.javacompat.internal.GraphDatabaseCypherService
-
- getExecutionPlanDescription() - Method in class org.neo4j.cypher.internal.javacompat.ExecutionResult
-
- getGraphDatabaseService() - Method in class org.neo4j.cypher.javacompat.internal.GraphDatabaseCypherService
-
- 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.internal.javacompat.QueryStatistics
-
Returns the number of indexes added by this query.
- getIndexesRemoved() - Method in class org.neo4j.cypher.internal.javacompat.QueryStatistics
-
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.internal.javacompat.QueryStatistics
-
Returns the number of labels added to any node by this query.
- getLabelsRemoved() - Method in class org.neo4j.cypher.internal.javacompat.QueryStatistics
-
Returns the number of labels removed from any node by this query.
- getName() - Method in interface org.neo4j.cypher.internal.javacompat.PlanDescription
-
- getNodeById(long) - Method in class org.neo4j.cypher.javacompat.internal.GraphDatabaseCypherService
-
- 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.internal.javacompat.QueryStatistics
-
Returns the number of nodes created by this query.
- getNodesDeleted() - Method in class org.neo4j.cypher.internal.javacompat.QueryStatistics
-
Returns the number of nodes deleted by this query.
- getNotifications() - Method in class org.neo4j.cypher.internal.javacompat.ExecutionResult
-
- getProfilerStatistics() - Method in interface org.neo4j.cypher.internal.javacompat.PlanDescription
-
- getPropertiesSet() - Method in class org.neo4j.cypher.internal.javacompat.QueryStatistics
-
Returns the number of properties set by this query.
- getQueryExecutionType() - Method in class org.neo4j.cypher.internal.javacompat.ExecutionResult
-
- getQueryStatistics() - Method in class org.neo4j.cypher.internal.javacompat.ExecutionResult
-
Returns statistics about this result.
- getRelationshipById(long) - Method in class org.neo4j.cypher.javacompat.internal.GraphDatabaseCypherService
-
- 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.internal.javacompat.QueryStatistics
-
Returns the number of relationships created by this query.
- getRelationshipsDeleted() - Method in class org.neo4j.cypher.internal.javacompat.QueryStatistics
-
Returns the number of relationships deleted by this query.
- getRows() - Method in interface org.neo4j.cypher.internal.javacompat.ProfilerStatistics
-
- GraphDatabaseCypherService - Class in org.neo4j.cypher.javacompat.internal
-
- GraphDatabaseCypherService(GraphDatabaseService) - Constructor for class org.neo4j.cypher.javacompat.internal.GraphDatabaseCypherService
-
- hashCode() - Method in class org.neo4j.cypher.internal.codegen.CompiledConversionUtils.CompositeKey
-
- hashCode(Object) - Static method in class org.neo4j.cypher.internal.codegen.CompiledEquivalenceUtils
-
Calculates hash code of a given object
- hashCode(Map<String, Object>) - Static method in class org.neo4j.cypher.internal.codegen.CompiledEquivalenceUtils
-
Calculate hash code of a map
- hashCode(long) - Static method in class org.neo4j.cypher.internal.codegen.CompiledEquivalenceUtils
-
Calculate hash code of a long value
- hashCode(boolean) - Static method in class org.neo4j.cypher.internal.codegen.CompiledEquivalenceUtils
-
Calculate hash code of a boolean value
- hashCode(char) - Static method in class org.neo4j.cypher.internal.codegen.CompiledEquivalenceUtils
-
Calculate hash code of a char value
- hashCode(char[]) - Static method in class org.neo4j.cypher.internal.codegen.CompiledEquivalenceUtils
-
Calculate hash code of a char[] value
- hashCode(List<?>) - Static method in class org.neo4j.cypher.internal.codegen.CompiledEquivalenceUtils
-
Calculate hash code of a list value
- hashCode(Object[]) - Static method in class org.neo4j.cypher.internal.codegen.CompiledEquivalenceUtils
-
Calculate hash code of a Object[] value
- hashCode(byte[]) - Static method in class org.neo4j.cypher.internal.codegen.CompiledEquivalenceUtils
-
Calculate hash code of a byte[] value
- hashCode(short[]) - Static method in class org.neo4j.cypher.internal.codegen.CompiledEquivalenceUtils
-
Calculate hash code of a short[] value
- hashCode(int[]) - Static method in class org.neo4j.cypher.internal.codegen.CompiledEquivalenceUtils
-
Calculate hash code of a int[] value
- hashCode(long[]) - Static method in class org.neo4j.cypher.internal.codegen.CompiledEquivalenceUtils
-
Calculate hash code of a long[] value
- hashCode(float[]) - Static method in class org.neo4j.cypher.internal.codegen.CompiledEquivalenceUtils
-
Calculate hash code of a float[] value
- hashCode(double[]) - Static method in class org.neo4j.cypher.internal.codegen.CompiledEquivalenceUtils
-
Calculate hash code of a double[] value
- hashCode(boolean[]) - Static method in class org.neo4j.cypher.internal.codegen.CompiledEquivalenceUtils
-
Calculate hash code of a boolean[] value
- hashCode() - Method in class org.neo4j.cypher.internal.codegen.NodeIdWrapper
-
- hashCode() - Method in class org.neo4j.cypher.internal.codegen.RelationshipIdWrapper
-
- hasNext() - Method in class org.neo4j.cypher.internal.javacompat.ExecutionResult
-
- hasProfilerStatistics() - Method in interface org.neo4j.cypher.internal.javacompat.PlanDescription
-