Client.execute

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.

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

Meta