Executes the given Cypher statement, supplied with additional params.
Return: Result that can be used as a range e.g. using foreach() to process all results.
After executing the statement, the method is blocked until all incoming
data (execution results) are handled, i.e. until the returned Result has been completely processed.
Executes the given Cypher statement, supplied with additional params. Return: Result that can be used as a range e.g. using foreach() to process all results. After executing the statement, the method is blocked until all incoming data (execution results) are handled, i.e. until the returned Result has been completely processed.