forked from neo4j-contrib/neo4j-apoc-procedures
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixes neo4j-contrib#1612: Neo4j 4 on Aura permissions adjustment due …
…to PUBLIC role
- Loading branch information
Showing
16 changed files
with
179 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
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
2 changes: 2 additions & 0 deletions
2
docs/asciidoc/modules/ROOT/examples/generated-documentation/apoc.cypher.runSchema-lite.csv
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,2 @@ | ||
¦signature | ||
¦apoc.cypher.runSchema(cypher :: STRING?, params :: MAP?) :: (value :: MAP?) |
5 changes: 5 additions & 0 deletions
5
...ciidoc/modules/ROOT/examples/generated-documentation/apoc.cypher.runSchema.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.cypher/apoc.cypher.runSchema.adoc[apoc.cypher.runSchema icon:book[]] + | ||
|
||
`apoc.cypher.runSchema(fragment, params) yield value` - executes query schema fragment with the given parameters | ||
¦label:procedure[] | ||
¦label:apoc-core[] |
2 changes: 2 additions & 0 deletions
2
docs/asciidoc/modules/ROOT/examples/generated-documentation/apoc.cypher.runWrite-lite.csv
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,2 @@ | ||
¦signature | ||
¦apoc.cypher.runWrite(cypher :: STRING?, params :: MAP?) :: (value :: MAP?) |
5 changes: 5 additions & 0 deletions
5
...sciidoc/modules/ROOT/examples/generated-documentation/apoc.cypher.runWrite.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.cypher/apoc.cypher.runWrite.adoc[apoc.cypher.runWrite icon:book[]] + | ||
|
||
`apoc.cypher.runWrite(fragment, params) yield value` - alias for apoc.cypher.doIt | ||
¦label:procedure[] | ||
¦label:apoc-core[] |
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
40 changes: 40 additions & 0 deletions
40
docs/asciidoc/modules/ROOT/pages/overview/apoc.cypher/apoc.cypher.runSchema.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,40 @@ | ||
//// | ||
This file is generated by DocsTest, so don't change it! | ||
//// | ||
|
||
= apoc.cypher.runSchema | ||
:description: This section contains reference documentation for the apoc.cypher.runSchema procedure. | ||
|
||
label:procedure[] label:apoc-core[] | ||
|
||
[.emphasis] | ||
apoc.cypher.runSchema(fragment, params) yield value - executes query schema fragment with the given parameters | ||
|
||
== Signature | ||
|
||
[source] | ||
---- | ||
apoc.cypher.runSchema(cypher :: STRING?, params :: MAP?) :: (value :: MAP?) | ||
---- | ||
|
||
== Input parameters | ||
[.procedures, opts=header] | ||
|=== | ||
| Name | Type | Default | ||
|cypher|STRING?|null | ||
|params|MAP?|null | ||
|=== | ||
|
||
== Output parameters | ||
[.procedures, opts=header] | ||
|=== | ||
| Name | Type | ||
|value|MAP? | ||
|=== | ||
|
||
[[usage-apoc.cypher.runSchema]] | ||
== Usage Examples | ||
include::partial$usage/apoc.cypher.runSchema.adoc[] | ||
|
||
xref::cypher-execution/index.adoc[More documentation of apoc.cypher.runSchema,role=more information] | ||
|
36 changes: 36 additions & 0 deletions
36
docs/asciidoc/modules/ROOT/pages/overview/apoc.cypher/apoc.cypher.runWrite.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,36 @@ | ||
//// | ||
This file is generated by DocsTest, so don't change it! | ||
//// | ||
|
||
= apoc.cypher.runWrite | ||
:description: This section contains reference documentation for the apoc.cypher.runWrite procedure. | ||
|
||
label:procedure[] label:apoc-core[] | ||
|
||
[.emphasis] | ||
apoc.cypher.runWrite(fragment, params) yield value - alias for apoc.cypher.doIt | ||
|
||
== Signature | ||
|
||
[source] | ||
---- | ||
apoc.cypher.runWrite(cypher :: STRING?, params :: MAP?) :: (value :: MAP?) | ||
---- | ||
|
||
== Input parameters | ||
[.procedures, opts=header] | ||
|=== | ||
| Name | Type | Default | ||
|cypher|STRING?|null | ||
|params|MAP?|null | ||
|=== | ||
|
||
== Output parameters | ||
[.procedures, opts=header] | ||
|=== | ||
| Name | Type | ||
|value|MAP? | ||
|=== | ||
|
||
xref::cypher-execution/index.adoc[More documentation of apoc.cypher.runWrite,role=more information] | ||
|
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
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
11 changes: 11 additions & 0 deletions
11
docs/asciidoc/modules/ROOT/partials/usage/apoc.cypher.runSchema.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,11 @@ | ||
[source,cypher] | ||
---- | ||
CALL apoc.cypher.runSchema('CREATE INDEX test FOR (w:Test) ON (w.$name)',{}) | ||
---- | ||
|
||
or | ||
|
||
[source,cypher] | ||
---- | ||
CALL apoc.cypher.runSchema('CREATE CONSTRAINT $name ON (w:Test) ASSERT w.baz IS UNIQUE',{}) | ||
---- |