A C D E F G H I N O P Q R S T W 

A

add(Node) - Method in class org.neo4j.cypher.export.CypherResultSubGraph
 
add(Relationship) - Method in class org.neo4j.cypher.export.CypherResultSubGraph
 

C

close() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
 
columnAs(String) - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
Returns an iterator with the result objects from a single column of the result set.
columns() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
The exact names used to represent each column in the result set.
ComponentVersion - Class in org.neo4j.cypher.internal
 
ComponentVersion() - Constructor for class org.neo4j.cypher.internal.ComponentVersion
 
contains(Relationship) - Method in class org.neo4j.cypher.export.CypherResultSubGraph
 
contains(Relationship) - Method in class org.neo4j.cypher.export.DatabaseSubGraph
 
contains(Relationship) - Method in interface org.neo4j.cypher.export.SubGraph
 
containsUpdates() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
Deprecated.
If the query updated the graph in any way, this method will return true.
CypherEngineProvider - Class in org.neo4j.cypher.javacompat.internal
 
CypherEngineProvider() - Constructor for class org.neo4j.cypher.javacompat.internal.CypherEngineProvider
 
CypherResultSubGraph - Class in org.neo4j.cypher.export
 
CypherResultSubGraph() - Constructor for class org.neo4j.cypher.export.CypherResultSubGraph
 

D

DatabaseSubGraph - Class in org.neo4j.cypher.export
 
DatabaseSubGraph(GraphDatabaseService) - Constructor for class org.neo4j.cypher.export.DatabaseSubGraph
 
dumpToString() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
Provides a textual representation of the query result.

E

execute(String) - Method in class org.neo4j.cypher.javacompat.ExecutionEngine
Deprecated.
Executes a query and returns an iterable that contains the result set
execute(String, Map<String, Object>) - Method in class org.neo4j.cypher.javacompat.ExecutionEngine
Deprecated.
Executes a query and returns an iterable that contains the result set
executeQuery(String, Map<String, Object>, QuerySession) - Method in class org.neo4j.cypher.javacompat.internal.ServerExecutionEngine
 
ExecutionEngine - Class in org.neo4j.cypher.javacompat
Deprecated.
use GraphDatabaseService.execute(String) instead.
ExecutionEngine(GraphDatabaseService) - Constructor for class org.neo4j.cypher.javacompat.ExecutionEngine
Deprecated.
Creates an execution engine around the give graph database
ExecutionEngine(GraphDatabaseService, StringLogger) - Constructor for class org.neo4j.cypher.javacompat.ExecutionEngine
Deprecated.
Creates an execution engine around the give graph database
executionPlanDescription() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
Returns a string representation of the query plan used to produce this result.
ExecutionResult - Class in org.neo4j.cypher.javacompat
Deprecated.
See Result, and use GraphDatabaseService.execute(String, Map) instead.
ExecutionResult(ExtendedExecutionResult) - Constructor for class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
Constructor used by the Cypher framework.
export(PrintWriter) - Method in class org.neo4j.cypher.export.SubGraphExporter
 

F

from(Result, GraphDatabaseService, boolean) - Static method in class org.neo4j.cypher.export.CypherResultSubGraph
 
from(GraphDatabaseService) - Static method in class org.neo4j.cypher.export.DatabaseSubGraph
 

G

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.
 
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.
 
getReleaseVersion() - Method in class org.neo4j.cypher.internal.ComponentVersion
 
getRows() - Method in interface org.neo4j.cypher.javacompat.ProfilerStatistics
Deprecated.
 

H

hasNext() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
 
hasProfilerStatistics() - Method in interface org.neo4j.cypher.javacompat.PlanDescription
Deprecated.
 

I

isPeriodicCommit(String) - Method in class org.neo4j.cypher.javacompat.internal.ServerExecutionEngine
 
iterator() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
Returns an iterator over the return clause of the query.

N

next() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
 

O

org.neo4j.cypher.export - package org.neo4j.cypher.export
 
org.neo4j.cypher.internal - package org.neo4j.cypher.internal
 
org.neo4j.cypher.javacompat - package org.neo4j.cypher.javacompat
Execute Cypher queries from Java code.
org.neo4j.cypher.javacompat.internal - package org.neo4j.cypher.javacompat.internal
 

P

PlanDescription - Interface in org.neo4j.cypher.javacompat
Deprecated.
See ExecutionPlanDescription which you can get from Result when using GraphDatabaseService.execute(String, Map).
prettify(String) - Method in class org.neo4j.cypher.javacompat.ExecutionEngine
Deprecated.
Turns a valid Cypher query and returns it with keywords in uppercase, and new-lines in the appropriate places.
profile(String) - Method in class org.neo4j.cypher.javacompat.ExecutionEngine
Deprecated.
Profiles a query and returns an iterable that contains the result set.
profile(String, Map<String, Object>) - Method in class org.neo4j.cypher.javacompat.ExecutionEngine
Deprecated.
Profiles a query and returns an iterable that contains the result set.
profileQuery(String, Map<String, Object>, QuerySession) - Method in class org.neo4j.cypher.javacompat.internal.ServerExecutionEngine
 
ProfilerStatistics - Interface in org.neo4j.cypher.javacompat
Deprecated.
See ExecutionPlanDescription.ProfilerStatistics which you can get from an ExecutionPlanDescription when using GraphDatabaseService.execute(String, Map).

Q

QueryStatistics - Class in org.neo4j.cypher.javacompat
Deprecated.
See QueryStatistics which you can get from Result when using GraphDatabaseService.execute(String, Map).

R

remove() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
 
resultAsString() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
 

S

ServerExecutionEngine - Class in org.neo4j.cypher.javacompat.internal
This is a variant of ExecutionEngine that provides additional callbacks that are used by REST server's transactional endpoints for Cypher This is not public API
ServerExecutionEngine(GraphDatabaseService, StringLogger) - Constructor for class org.neo4j.cypher.javacompat.internal.ServerExecutionEngine
 
SubGraph - Interface in org.neo4j.cypher.export
 
SubGraphExporter - Class in org.neo4j.cypher.export
 
SubGraphExporter(SubGraph) - Constructor for class org.neo4j.cypher.export.SubGraphExporter
 

T

toString() - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
 
toString(PrintWriter) - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
 
toString() - Method in class org.neo4j.cypher.javacompat.QueryStatistics
Deprecated.
 

W

writeAsStringTo(PrintWriter) - Method in class org.neo4j.cypher.javacompat.ExecutionResult
Deprecated.
 
A C D E F G H I N O P Q R S T W 

Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.