| Package | Description |
|---|---|
| org.neo4j.cypher.export | |
| org.neo4j.cypher.javacompat |
Execute Cypher queries from Java code.
|
| org.neo4j.graphdb |
The core graph database API.
|
| Modifier and Type | Method and Description |
|---|---|
static SubGraph |
CypherResultSubGraph.from(Result result,
GraphDatabaseService gds,
boolean addBetween) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExecutionResult
Deprecated.
See
Result, and use
GraphDatabaseService.execute(String, Map) instead. |
| Modifier and Type | Method and Description |
|---|---|
Result |
GraphDatabaseService.execute(String query)
Executes a query and returns an iterable that contains the result set.
|
Result |
GraphDatabaseService.execute(String query,
Map<String,Object> parameters)
Executes a query and returns an iterable that contains the result set.
|
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.