Skip to content

Commit 9ebd7a0

Browse files
committed
graph types as direct PR + vector property constraints updates
1 parent 884eb70 commit 9ebd7a0

39 files changed

+3030
-806
lines changed

modules/ROOT/content-nav.adoc

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -118,9 +118,18 @@
118118
*** xref:indexes/semantic-indexes/vector-indexes.adoc[]
119119
** xref:indexes/syntax.adoc[]
120120
121-
* xref:constraints/index.adoc[]
122-
** xref:constraints/managing-constraints.adoc[]
123-
** xref:constraints/syntax.adoc[]
121+
* xref:schema/index.adoc[]
122+
** xref:schema/graph-types/index.adoc[]
123+
*** xref:schema/graph-types/set-graph-types.adoc[]
124+
*** xref:schema/graph-types/extend-graph-types.adoc[]
125+
*** xref:schema/graph-types/alter-element-types.adoc[]
126+
*** xref:schema/graph-types/list-graph-types.adoc[]
127+
*** xref:schema/graph-types/drop-graph-type-elements.adoc[]
128+
** xref:schema/constraints/index.adoc[]
129+
*** xref:schema/constraints/create-constraints.adoc[]
130+
*** xref:schema/constraints/list-constraints.adoc[]
131+
*** xref:schema/constraints/drop-constraints.adoc[]
132+
** xref:schema/syntax.adoc[]
124133
125134
* xref:planning-and-tuning/index.adoc[]
126135
** xref:planning-and-tuning/execution-plans.adoc[]

modules/ROOT/images/graph-types-alter-graph-type.svg

Lines changed: 32 additions & 0 deletions
Loading

modules/ROOT/images/graph-types-data-in-database.svg

Lines changed: 56 additions & 0 deletions
Loading

modules/ROOT/images/graph-types-data-model.svg

Lines changed: 15 additions & 0 deletions
Loading

modules/ROOT/images/graph-types-element-type-constraints.svg

Lines changed: 17 additions & 0 deletions
Loading

modules/ROOT/images/graph-types-extend-graph-type.svg

Lines changed: 34 additions & 0 deletions
Loading

modules/ROOT/images/graph-types-node-element-type.svg

Lines changed: 15 additions & 0 deletions
Loading

modules/ROOT/images/graph-types-relationship-element-type.svg

Lines changed: 18 additions & 0 deletions
Loading

modules/ROOT/images/graph-types-set-graph-type-populated-database.svg

Lines changed: 33 additions & 0 deletions
Loading

modules/ROOT/pages/appendix/gql-conformance/additional-cypher.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -619,16 +619,16 @@ GQL supports `GRAPH TYPES` as a way of constraining a graph schema, but does not
619619
| Cypher feature
620620
| Description
621621

622-
| xref:constraints/managing-constraints.adoc#create-property-uniqueness-constraints[Property uniqueness constraints]
622+
| xref:schema/constraints/create-constraints.adoc#create-property-uniqueness-constraints[Property uniqueness constraints]
623623
| Ensures that the combined property values are unique for all nodes with a specific label or all relationships with a specific type.
624624

625-
| xref:constraints/managing-constraints.adoc#create-property-existence-constraints[Property existence constraints]
625+
| xref:schema/constraints/create-constraints.adoc#create-property-existence-constraints[Property existence constraints]
626626
| Ensures that a property exists either for all nodes with a specific label or for all relationships with a specific type.
627627

628-
| xref:constraints/managing-constraints.adoc#create-property-type-constraints[Property type constraints]
628+
| xref:schema/constraints/create-constraints.adoc#create-property-type-constraints[Property type constraints]
629629
| Ensures that a property has the required property type for all nodes with a specific label or for all relationships with a specific type.
630630

631-
| xref:constraints/managing-constraints.adoc#create-key-constraints[Key constraints]
631+
| xref:schema/constraints/create-constraints.adoc#create-key-constraints[Key constraints]
632632
| Ensures that all properties exist and that the combined property values are unique for all nodes with a specific label or all relationships with a specific type.
633633

634634
|===

0 commit comments

Comments
 (0)