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?)
Was this page helpful?