跳到内容
表 1. 函数
apoc.rel.id(rel)
|
返回(虚拟)关系的 ID |
apoc.rel.type(rel)
|
返回(虚拟)关系的类型 |
apoc.any.properties(rel, )
|
返回虚拟和真实关系的属性。可选地通过键进行限制。 |
apoc.any.property(rel)
|
返回虚拟和真实关系的属性 |
表 2. 过程
CALL apoc.nodes.rels(rel|id|[ids])
|
快速返回具有这些 ID 的所有关系 |
© . This site is unofficial and not affiliated with Neo4j, Inc.