|
13 | 13 | * xref:clauses/index.adoc[] |
14 | 14 | ** xref:clauses/clause-composition.adoc[] |
15 | 15 |
|
16 | | -** **Read** |
17 | | -** xref:clauses/filter.adoc[] |
18 | | -** xref:clauses/match.adoc[] |
19 | | -** xref:clauses/optional-match.adoc[] |
20 | | - |
21 | | -** **Projection** |
22 | | -** xref:clauses/let.adoc[] |
23 | | -** xref:clauses/return.adoc[] |
24 | | -** xref:clauses/unwind.adoc[] |
25 | | -** xref:clauses/with.adoc[] |
26 | | - |
27 | | -** **Projection subclauses** |
28 | | -** xref:clauses/limit.adoc[] |
29 | | -** xref:clauses/order-by.adoc[] |
30 | | -** xref:clauses/skip.adoc[] |
31 | | -** xref:clauses/where.adoc[] |
32 | | - |
33 | | -** **Write** |
34 | | -** xref:clauses/create.adoc[] |
35 | | -** xref:clauses/delete.adoc[] |
36 | | -** xref::clauses/delete.adoc#delete-all-nodes-and-relationships[DETACH DELETE] |
37 | | -** xref:clauses/foreach.adoc[] |
38 | | -** xref:clauses/remove.adoc[] |
39 | | -** xref:clauses/set.adoc[] |
40 | | - |
41 | | -** **Read/Write** |
42 | | -** xref:clauses/merge.adoc[] |
43 | | - |
44 | | -** **Invocation** |
45 | | -** xref:clauses/call.adoc[] |
46 | | -** xref:subqueries/call-subquery.adoc[] |
47 | | -** xref:subqueries/subqueries-in-transactions.adoc[] |
48 | | - |
49 | | -** **Import** |
50 | | -** xref:clauses/load-csv.adoc[] |
51 | | - |
52 | | -** **Graph selection** |
53 | | -** xref:clauses/use.adoc[] |
54 | | - |
55 | | -** **Schema** |
56 | | -** xref:constraints/managing-constraints.adoc#create-constraint[CREATE CONSTRAINT] |
57 | | -** xref:constraints/managing-constraints.adoc#list-constraints[SHOW CONSTRAINTS] |
58 | | -** xref:constraints/managing-constraints.adoc#drop-constraint[DROP CONSTRAINTS] |
59 | | -** xref:indexes/search-performance-indexes/managing-indexes.adoc#create-range-index[CREATE INDEX] |
60 | | -** xref:indexes/search-performance-indexes/managing-indexes.adoc#list-indexes[SHOW INDEXES] |
61 | | -** xref:indexes/search-performance-indexes/managing-indexes.adoc#drop-indexes[DROP INDEX] |
62 | | - |
63 | | - |
64 | | -** **Metadata** |
65 | | -** xref:clauses/listing-functions.adoc[] |
66 | | -** xref:clauses/listing-procedures.adoc[] |
67 | | -** xref:clauses/listing-settings.adoc[] |
68 | | -** xref:clauses/transaction-clauses.adoc#query-listing-transactions[SHOW TRANSACTIONS] |
69 | | -** xref:clauses/transaction-clauses.adoc#query-terminate-transactions[TERMINATE TRANSACTIONS] |
| 16 | +** xref:clauses/read.adoc[] |
| 17 | +*** xref:clauses/filter.adoc[] |
| 18 | +*** xref:clauses/match.adoc[] |
| 19 | +*** xref:clauses/optional-match.adoc[] |
| 20 | +
|
| 21 | +** xref:clauses/projection.adoc[] |
| 22 | +*** xref:clauses/let.adoc[] |
| 23 | +*** xref:clauses/return.adoc[] |
| 24 | +*** xref:clauses/unwind.adoc[] |
| 25 | +*** xref:clauses/with.adoc[] |
| 26 | +
|
| 27 | +** xref:clauses/projection-subclauses.adoc[] |
| 28 | +*** xref:clauses/limit.adoc[] |
| 29 | +*** xref:clauses/order-by.adoc[] |
| 30 | +*** xref:clauses/skip.adoc[] |
| 31 | +*** xref:clauses/where.adoc[] |
| 32 | +
|
| 33 | +** xref:clauses/write.adoc[] |
| 34 | +*** xref:clauses/create.adoc[] |
| 35 | +*** xref:clauses/delete.adoc[] |
| 36 | +*** xref::clauses/delete.adoc#delete-all-nodes-and-relationships[DETACH DELETE] |
| 37 | +*** xref:clauses/foreach.adoc[] |
| 38 | +*** xref:clauses/remove.adoc[] |
| 39 | +*** xref:clauses/set.adoc[] |
| 40 | +
|
| 41 | +** xref:clauses/read-write.adoc[] |
| 42 | +*** xref:clauses/merge.adoc[] |
| 43 | + |
| 44 | +** xref:clauses/invocation.adoc[] |
| 45 | +*** xref:clauses/call.adoc[] |
| 46 | +*** xref:subqueries/call-subquery.adoc[] |
| 47 | +*** xref:subqueries/subqueries-in-transactions.adoc[] |
| 48 | +
|
| 49 | +** xref:clauses/import.adoc[] |
| 50 | +*** xref:clauses/load-csv.adoc[] |
| 51 | + |
| 52 | +** xref:clauses/graph-selection.adoc[] |
| 53 | +*** xref:clauses/use.adoc[] |
| 54 | +
|
| 55 | +** xref:clauses/schema.adoc[] |
| 56 | +*** xref:constraints/managing-constraints.adoc#create-constraint[CREATE CONSTRAINT] |
| 57 | +*** xref:constraints/managing-constraints.adoc#list-constraints[SHOW CONSTRAINTS] |
| 58 | +*** xref:constraints/managing-constraints.adoc#drop-constraint[DROP CONSTRAINTS] |
| 59 | +*** xref:indexes/search-performance-indexes/managing-indexes.adoc#create-range-index[CREATE INDEX] |
| 60 | +*** xref:indexes/search-performance-indexes/managing-indexes.adoc#list-indexes[SHOW INDEXES] |
| 61 | +*** xref:indexes/search-performance-indexes/managing-indexes.adoc#drop-indexes[DROP INDEX] |
| 62 | +
|
| 63 | +
|
| 64 | +** xref:clauses/metadata.adoc[] |
| 65 | +*** xref:clauses/listing-functions.adoc[] |
| 66 | +*** xref:clauses/listing-procedures.adoc[] |
| 67 | +*** xref:clauses/listing-settings.adoc[] |
| 68 | +*** xref:clauses/transaction-clauses.adoc#query-listing-transactions[SHOW TRANSACTIONS] |
| 69 | +*** xref:clauses/transaction-clauses.adoc#query-terminate-transactions[TERMINATE TRANSACTIONS] |
70 | 70 |
|
71 | 71 |
|
72 | 72 | * xref:subqueries/index.adoc[] |
|
0 commit comments