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.

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?