apoc.cypher.runManyReadOnly

Procedure

apoc.cypher.runManyReadOnly(statement STRING, params MAP<STRING, ANY>, config MAP<STRING, ANY>) - runs each semicolon separated read-only statement and returns a summary of the statement outcomes.

This procedure is not considered safe to run from multiple threads. It is therefore not supported by the parallel runtime (introduced in Neo4j 5.13). For more information, see the Cypher Manual → Parallel runtime.

Signature

apoc.cypher.runManyReadOnly(cypher :: STRING, params :: MAP, config = {} :: MAP) :: (row :: INTEGER, result :: MAP)

Input parameters

Name Type Default

cypher

STRING

null

params

MAP

null

config

MAP

{}

Output parameters

Name Type

row

INTEGER

result

MAP