| Package | Description |
|---|---|
| org.neo4j.cypher.javacompat |
Execute Cypher queries from Java code.
|
| Modifier and Type | Method and Description |
|---|---|
ExecutionResult |
ExecutionEngine.execute(String query)
Deprecated.
Executes a query and returns an iterable that contains the result set
|
ExecutionResult |
ExecutionEngine.execute(String query,
Map<String,Object> params)
Deprecated.
Executes a query and returns an iterable that contains the result set
|
ExecutionResult |
ExecutionEngine.profile(String query)
Deprecated.
Profiles a query and returns an iterable that contains the result set.
|
ExecutionResult |
ExecutionEngine.profile(String query,
Map<String,Object> params)
Deprecated.
Profiles a query and returns an iterable that contains the result set.
|
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.