Client.execute

Executes the given Cypher statement. 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.

  1. Result execute(string statement)
    struct Client
    execute
    (
    const string statement
    )
  2. Result execute(string statement, Map params)

Meta