apoc.export
| Qualified Name | Type |
|---|---|
apoc.export.cypherAll(file,config) - exports whole database incl. indexes as cypher statements to the provided file |
Procedure |
apoc.export.cypherData(nodes,rels,file,config) - exports given nodes and relationships incl. indexes as cypher statements to the provided file |
Procedure |
apoc.export.cypherGraph(graph,file,config) - exports given graph object incl. indexes as cypher statements to the provided file |
Procedure |
apoc.export.cypherQuery(query,file,config) - exports nodes and relationships from the cypher kernelTransaction incl. indexes as cypher statements to the provided file |
Procedure |