Interface StatementBuilder.OrderableOngoingReadingAndWith

All Superinterfaces:
ExposesCall<StatementBuilder.OngoingInQueryCallWithoutArguments>, ExposesCreate, ExposesLoadCSV, ExposesMatch, ExposesMerge, ExposesReturning, ExposesSubqueryCall, ExposesUnwind, ExposesWith, StatementBuilder.ExposesDelete, StatementBuilder.ExposesForeach, StatementBuilder.ExposesLimit, StatementBuilder.ExposesOrderBy, StatementBuilder.ExposesSet, StatementBuilder.ExposesSetAndRemove, StatementBuilder.ExposesSetLabel<StatementBuilder.BuildableMatchAndUpdate>, StatementBuilder.ExposesSkip, StatementBuilder.ExposesUpdatingClause, StatementBuilder.OngoingReading, StatementBuilder.OngoingReadingAndWith
All Known Subinterfaces:
StatementBuilder.OrderableOngoingReadingAndWithWithoutWhere, StatementBuilder.OrderableOngoingReadingAndWithWithWhere
Enclosing interface:
StatementBuilder

public static interface StatementBuilder.OrderableOngoingReadingAndWith extends StatementBuilder.ExposesOrderBy, StatementBuilder.ExposesSkip, StatementBuilder.ExposesLimit, StatementBuilder.OngoingReadingAndWith
Since:
1.0
See Also:
  • Method Details

    • getIdentifiableExpressions

      Collection<Expression> getIdentifiableExpressions()
      Returns:
      The set of identifiable expressions in the WITH clause. The final statement might have a different set.
      Since:
      2021.3.2