-
Notifications
You must be signed in to change notification settings - Fork 493
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document (and list) which APOC procs start their own transaction (#2158)
Fixes #1691 Co-authored-by: Giuseppe Villani <[email protected]>
- Loading branch information
1 parent
5b14e7d
commit f798260
Showing
2 changed files
with
38 additions
and
1 deletion.
There are no files selected for viewing
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
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,35 @@ | ||
[[transaction]] | ||
= List of procedures with its own transaction | ||
:description: This chapter describes the list of procedures that start their own transaction in the APOC library. | ||
|
||
The list of procedures that start their own transaction: | ||
|
||
* apoc.bolt.load | ||
* apoc.cypher.runFiles | ||
* apoc.cypher.runMany | ||
* apoc.cypher.runSchemaFiles | ||
* apoc.cypher.runTimeboxed | ||
* apoc.export.csv.* | ||
* apoc.export.cypher.** | ||
* apoc.export.graphml* .* | ||
* apoc.export.json.* | ||
* apoc.import.graphml | ||
* apoc.load.csv | ||
* apoc.nodes.delete | ||
* apoc.nodes.group | ||
* apoc.periodic.iterate | ||
* apoc.periodic.rock_n_roll | ||
* apoc.periodic.rock_n_roll_while | ||
* apoc.refactor.categorize | ||
* apoc.schema.properties.distinctCount | ||
* apoc.stats.degrees | ||
* apoc.trigger.add | ||
* apoc.trigger.pause | ||
* apoc.trigger.remove | ||
* apoc.trigger.removeAll | ||
* apoc.trigger.resume | ||
* apoc.uuid.install | ||
* apoc.uuid.remove | ||
* apoc.uuid.removeAll | ||
|
||
|