apoc.cypher.runManyReadOnly

Procedure APOC Core

apoc.cypher.runManyReadOnly('cypher;\nstatements;', $params, [{statistics:true,timeout:10}]) - runs each semicolon separated, read-only statement and returns summary - currently no schema operations

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?