static interface |
ProcedureCall.OngoingStandaloneCallWithArguments |
The union of a buildable statement and call exposing yields.
|
static interface |
ProcedureCall.OngoingStandaloneCallWithoutArguments |
The union of a buildable statement and call exposing new arguments and yields.
|
static interface |
ProcedureCall.OngoingStandaloneCallWithReturnFields |
A buildable statement exposing where and return clauses.
|
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.OngoingMatchAndReturnWithOrder |
Combines the capabilities of skip, limit and adds additional expressions to the order-by items.
|
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.OngoingReadingAndReturn |
A match that knows what to return and which is ready to be build.
|
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.TerminalExposesLimit |
|
static interface |
StatementBuilder.TerminalOngoingOrderDefinition |
An intermediate step while defining the order of a result set.
|