Package | Description |
---|---|
org.neo4j.graphdb |
The core graph database API.
|
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–2016 The Neo4j Graph Database Project. All rights reserved.