static interface |
StatementBuilder.BuildableMatchAndUpdate |
A buildable ongoing MATCH and UPDATE.
|
static interface |
StatementBuilder.BuildableOngoingMergeAction |
An interface combining a buildable MATCH and UPDATE with the possibility to add actions after a MERGE clause.
|
static interface |
StatementBuilder.ExposesUpdatingClause |
A step providing all the supported updating clauses (DELETE, SET)
|
static interface |
StatementBuilder.OngoingMatchAndUpdate |
After a MATCH..UPDATE chain has been established, a RETURN can be added, a pipeline with WITH can be started
or more mutating steps can be added.
|
static interface |
StatementBuilder.OngoingMerge |
An ongoing update statement that can be used to chain more updating statements, define actions on a merge
or add a with or return clause.
|
static interface |
StatementBuilder.OngoingReading |
A match that exposes returning and for which it is not decided whether the optional
where part has been used or note.
|
static interface |
StatementBuilder.OngoingReadingAndWith |
Represents a reading statement ending in a with clause, potentially already having an order and not exposing
order methods.
|
static interface |
StatementBuilder.OngoingReadingAndWithWithSkip |
The union type of an ongoing reading with a WITH and a SKIP clause.
|
static interface |
StatementBuilder.OngoingReadingAndWithWithWhereAndOrder |
Combines the capabilities of skip, limit and adds additional expressions to the order-by items.
|
static interface |
StatementBuilder.OngoingReadingWithoutWhere |
A match that exposes returning and where methods to add required information.
|
static interface |
StatementBuilder.OngoingReadingWithWhere |
A match that has a non-empty where-part.
|
static interface |
StatementBuilder.OngoingUpdate |
An ongoing update statement that can be used to chain more update statements or add a with or return clause.
|
static interface |
StatementBuilder.OrderableOngoingReadingAndWith |
|
static interface |
StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere |
A match that knows what to pipe to the next part of a multi part query.
|
static interface |
StatementBuilder.OrderableOngoingReadingAndWithWithWhere |
|