Interface StatementBuilder.OngoingReadingAndReturn

All Superinterfaces:
StatementBuilder.BuildableStatement<ResultStatement>, StatementBuilder.TerminalExposesLimit, StatementBuilder.TerminalExposesOrderBy, StatementBuilder.TerminalExposesSkip
Enclosing interface:
StatementBuilder

A match that knows what to return and which is ready to be build.
Since:
1.0
  • Method Details

    • getIdentifiableExpressions

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