apoc.bolt.execute

过程 Apoc 扩展

apoc.bolt.execute(url-or-key, kernelTransaction, params, config) - 通过 bolt 访问其他数据库进行读写操作

签名

apoc.bolt.execute(url :: STRING?, kernelTransaction :: STRING?, params = {} :: MAP?, config = {} :: MAP?) :: (row :: MAP?)

输入参数

名称 类型 默认

url

STRING?

null

kernelTransaction

STRING?

null

params

MAP?

{}

config

MAP?

{}

输出参数

© . This site is unofficial and not affiliated with Neo4j, Inc.