Interface StatementBuilder.OngoingStandaloneCallWithoutArguments

All Superinterfaces:
ExposesCall.AsFunction, ExposesCall.ExposesWithArgs<StatementBuilder.OngoingStandaloneCallWithArguments>, ExposesCall.ExposesYield<StatementBuilder.OngoingStandaloneCallWithReturnFields>, StatementBuilder.BuildableStatement<Statement>, StatementBuilder.ExposesYieldStar
Enclosing interface:
StatementBuilder

The union of a buildable statement and call exposing new arguments and yields.
  • Method Details

    • withoutResults

      StatementBuilder.VoidCall withoutResults()
      Turn this call into a void call to continue with querying
      Returns:
      the call, continue with a normal query from here.
      Since:
      2022.4.0