static interface |
ProcedureCall.OngoingInQueryCallWithReturnFields |
An in-query call exposing where and return clauses.
|
static interface |
ProcedureCall.OngoingStandaloneCallWithReturnFields |
A buildable statement exposing where and return clauses.
|
interface |
StatementBuilder |
|
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.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 |
|