| Methods in org.neo4j.cypher.javacompat that return ExecutionResult |
ExecutionResult |
ExecutionEngine.execute(org.neo4j.cypher.commands.Query query)
Executes a Query and returns an iterable that contains the result set |
ExecutionResult |
ExecutionEngine.execute(org.neo4j.cypher.commands.Query query,
java.util.Map<java.lang.String,java.lang.Object> params)
Executes a Query and returns an iterable that contains the result set |
ExecutionResult |
ExecutionEngine.execute(java.lang.String query)
Executes a query and returns an iterable that contains the result set |
ExecutionResult |
ExecutionEngine.execute(java.lang.String query,
java.util.Map<java.lang.String,java.lang.Object> params)
Executes a Query and returns an iterable that contains the result set |