apoc.uuid
| 限定名称 | 类型 |
|---|---|
CALL apoc.uuid.install(databaseName, label, $config) | 最终为提供的 |
过程 已弃用 |
CALL apoc.uuid.drop(label, databaseName) yield label, installed, properties | 最终删除先前添加的 UUID 处理程序并返回 uuid 信息 |
过程 |
CALL apoc.uuid.dropAll(databaseName) yield label, installed, properties | 最终删除所有先前添加的 UUID 处理程序并返回 uuids 信息 |
过程 |
CALL apoc.uuid.install(label, {addToExistingNodes: true/false, uuidProperty: 'uuid'}) yield label, installed, properties, batchComputationResult | 它将为提供的 |
过程 |
CALL apoc.uuid.list() yield label, installed, properties | 提供所有已安装的 uuid 处理程序列表及其相关配置 |
过程 |
CALL apoc.uuid.remove(label) yield label, installed, properties | 移除之前添加的 uuid 处理程序并返回 uuid 信息。所有现有的 uuid 属性保持原样 |
过程 已弃用 |
CALL apoc.uuid.removeAll() yield label, installed, properties | 它移除所有之前添加的 uuid 处理程序并返回 uuid 信息。所有现有的 uuid 属性保持原样 |
过程 已弃用 |
CALL apoc.uuid.setup(label, databaseName, $config) | 最终为提供的 |
过程 |
CALL apoc.uuid.show(databaseName) | 列出数据库中所有最终安装的 UUID 处理程序 |
过程 |