Skip to content

Commit 630ddcb

Browse files
cypher 5 type return columns
1 parent e8c2885 commit 630ddcb

File tree

2 files changed

+73
-73
lines changed

2 files changed

+73
-73
lines changed

modules/ROOT/pages/constraints/create-constraints.adoc

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -890,19 +890,19 @@ SHOW CONSTRAINTS WHERE ownedIndex IS NOT NULL
890890
.Result
891891
[source, queryresult]
892892
----
893-
+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
894-
| id | name | type | entityType | labelsOrTypes | properties | ownedIndex | propertyType |
895-
+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
896-
| 21 | "actor_fullname" | "NODE_KEY" | "NODE" | ["Actor"] | ["firstname", "surname"] | "actor_fullname" | NULL |
897-
| 3 | "book_isbn" | "NODE_PROPERTY_UNIQUENESS" | "NODE" | ["Book"] | ["isbn"] | "book_isbn" | NULL |
898-
| 7 | "book_title_year" | "NODE_PROPERTY_UNIQUENESS" | "NODE" | ["Book"] | ["title", "publicationYear"] | "book_title_year" | NULL |
899-
| 17 | "director_imdbId" | "NODE_KEY" | "NODE" | ["Director"] | ["imdbId"] | "director_imdbId" | NULL |
900-
| 23 | "knows_since_how" | "RELATIONSHIP_KEY" | "RELATIONSHIP" | ["KNOWS"] | ["since", "how"] | "knows_since_how" | NULL |
901-
| 25 | "node_uniqueness_param" | "NODE_PROPERTY_UNIQUENESS" | "NODE" | ["Book"] | ["prop1"] | "node_uniqueness_param" | NULL |
902-
| 19 | "ownershipId" | "RELATIONSHIP_KEY" | "RELATIONSHIP" | ["OWNS"] | ["ownershipId"] | "ownershipId" | NULL |
903-
| 9 | "prequels" | "RELATIONSHIP_PROPERTY_UNIQUENESS" | "RELATIONSHIP" | ["PREQUEL_OF"] | ["order", "author"] | "prequels" | NULL |
904-
| 5 | "sequels" | "RELATIONSHIP_PROPERTY_UNIQUENESS" | "RELATIONSHIP" | ["SEQUEL_OF"] | ["order"] | "sequels" | NULL |
905-
+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
893+
+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+
894+
| id | name | type | entityType | labelsOrTypes | properties | ownedIndex | propertyType |
895+
+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+
896+
| 10 | "actor_fullname" | "NODE_KEY" | "NODE" | ["Actor"] | ["firstname", "surname"] | "actor_fullname" | NULL |
897+
| 63 | "book_isbn" | "UNIQUENESS" | "NODE" | ["Book"] | ["isbn"] | "book_isbn" | NULL |
898+
| 3 | "book_title_year" | "UNIQUENESS" | "NODE" | ["Book"] | ["title", "publicationYear"] | "book_title_year" | NULL |
899+
| 13 | "director_imdbId" | "NODE_KEY" | "NODE" | ["Director"] | ["imdbId"] | "director_imdbId" | NULL |
900+
| 41 | "knows_since_how" | "RELATIONSHIP_KEY" | "RELATIONSHIP" | ["KNOWS"] | ["since", "how"] | "knows_since_how" | NULL |
901+
| 28 | "node_uniqueness_param" | "UNIQUENESS" | "NODE" | ["Book"] | ["prop1"] | "node_uniqueness_param" | NULL |
902+
| 38 | "ownershipId" | "RELATIONSHIP_KEY" | "RELATIONSHIP" | ["OWNS"] | ["ownershipId"] | "ownershipId" | NULL |
903+
| 4 | "prequels" | "RELATIONSHIP_UNIQUENESS" | "RELATIONSHIP" | ["PREQUEL_OF"] | ["order", "author"] | "prequels" | NULL |
904+
| 65 | "sequels" | "RELATIONSHIP_UNIQUENESS" | "RELATIONSHIP" | ["SEQUEL_OF"] | ["order"] | "sequels" | NULL |
905+
+--------------------------------------------------------------------------------------------------------------------------------------------------------------------+
906906
----
907907
908908
======

0 commit comments

Comments
 (0)