apoc.systemdb.execute
过程 Apoc 扩展
签名
apoc.systemdb.execute(DDL commands, either a string or a list of strings :: ANY?, params = {} :: MAP?) :: (row :: MAP?)
使用示例
CALL apoc.systemdb.execute("SHOW DATABASES");
| row |
|---|
{default: TRUE, address: "localhost:7687", role: "standalone", currentStatus: "online", name: "neo4j", error: "", requestedStatus: "online"} |
{default: FALSE, address: "localhost:7687", role: "standalone", currentStatus: "online", name: "system", error: "", requestedStatus: "online"} |