apoc.cypher.runManyReadOnly
This procedure is not considered safe to run from multiple threads. It is therefore not supported by the parallel runtime. For more information, see the Cypher Manual → Parallel runtime. |
Syntax |
|
||
Description |
Runs each semicolon separated read-only statement and returns a summary of the statement outcomes. |
||
Input arguments |
Name |
Type |
Description |
|
|
The Cypher statements to run, semicolon separated ( |
|
|
|
The parameters for the given Cypher statements. |
|
|
|
|
|
Return arguments |
Name |
Type |
Description |
|
|
The row number of the run Cypher statement. |
|
|
|
The result returned from the Cypher statement. |