|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ExecutionResult | |
|---|---|
| org.neo4j.cypher.javacompat | Execute Cypher queries from Java code. |
| Uses of ExecutionResult in org.neo4j.cypher.javacompat |
|---|
| Methods in org.neo4j.cypher.javacompat that return ExecutionResult | |
|---|---|
ExecutionResult |
ExecutionEngine.execute(String query)
Executes a query and returns an iterable that contains the result set |
ExecutionResult |
ExecutionEngine.execute(String query,
Map<String,Object> params)
Executes a query and returns an iterable that contains the result set |
ExecutionResult |
ExecutionEngine.profile(String query)
Profiles a query and returns an iterable that contains the result set. |
ExecutionResult |
ExecutionEngine.profile(String query,
Map<String,Object> params)
Profiles a query and returns an iterable that contains the result set. |
|
Neo4j Community | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||