apoc.custom
This is the APOC Extended documentation. APOC Extended is not supported by Neo4j. For the officially supported APOC Core, go to the APOC Core page. |
Qualified Name | Type |
---|---|
apoc.custom.declareFunction(signature, statement, forceSingle, description) - register a custom cypher function |
Procedure |
apoc.custom.declareProcedure(signature, statement, mode, description) - register a custom cypher procedure |
Procedure |
apoc.custom.list() - provide a list of custom procedures/function registered |
Procedure |
apoc.custom.removeFunction(name, type) - remove the targeted custom function |
Procedure |
apoc.custom.removeProcedure(name) - remove the targeted custom procedure |
Procedure |