-
Notifications
You must be signed in to change notification settings - Fork 495
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NOID] Fixes #3401: APOC Custom Procedures/Function new procedures wo…
…rking with Cluster (#3943) * Fixes #3401: APOC Custom Procedures/Function new procedures working with Cluster * removed unused imports * changed writeTransaction to executeWrite
- Loading branch information
Showing
37 changed files
with
3,926 additions
and
232 deletions.
There are no files selected for viewing
5 changes: 5 additions & 0 deletions
5
...asciidoc/modules/ROOT/examples/generated-documentation/apoc.custom.dropAll.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
¦xref::overview/apoc.custom/apoc.custom.list.adoc[apoc.custom.list icon:book[]] + | ||
|
||
`apoc.custom.list()` - provide a list of custom procedures/function registered | ||
¦label:procedure[] | ||
¦label:apoc-extended[] |
5 changes: 5 additions & 0 deletions
5
...doc/modules/ROOT/examples/generated-documentation/apoc.custom.dropFunction.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
¦xref::overview/apoc.custom/apoc.custom.list.adoc[apoc.custom.list icon:book[]] + | ||
|
||
`apoc.custom.list()` - provide a list of custom procedures/function registered | ||
¦label:procedure[] | ||
¦label:apoc-extended[] |
5 changes: 5 additions & 0 deletions
5
...oc/modules/ROOT/examples/generated-documentation/apoc.custom.dropProcedure.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
¦xref::overview/apoc.custom/apoc.custom.list.adoc[apoc.custom.list icon:book[]] + | ||
|
||
`apoc.custom.list()` - provide a list of custom procedures/function registered | ||
¦label:procedure[] | ||
¦label:apoc-extended[] |
5 changes: 5 additions & 0 deletions
5
.../modules/ROOT/examples/generated-documentation/apoc.custom.installFunction.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
¦xref::overview/apoc.custom/apoc.custom.list.adoc[apoc.custom.list icon:book[]] + | ||
|
||
`apoc.custom.list()` - provide a list of custom procedures/function registered | ||
¦label:procedure[] | ||
¦label:apoc-extended[] |
5 changes: 5 additions & 0 deletions
5
...modules/ROOT/examples/generated-documentation/apoc.custom.installProcedure.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
¦xref::overview/apoc.custom/apoc.custom.list.adoc[apoc.custom.list icon:book[]] + | ||
|
||
`apoc.custom.list()` - provide a list of custom procedures/function registered | ||
¦label:procedure[] | ||
¦label:apoc-extended[] |
5 changes: 5 additions & 0 deletions
5
docs/asciidoc/modules/ROOT/examples/generated-documentation/apoc.custom.show.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
¦xref::overview/apoc.custom/apoc.custom.list.adoc[apoc.custom.list icon:book[]] + | ||
|
||
`apoc.custom.list()` - provide a list of custom procedures/function registered | ||
¦label:procedure[] | ||
¦label:apoc-extended[] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.