Interface StatementBuilder.OngoingInQueryCallWithoutArguments

All Superinterfaces:
ExposesCall.ExposesWithArgs<StatementBuilder.OngoingInQueryCallWithArguments>, ExposesCall.ExposesYield<StatementBuilder.OngoingInQueryCallWithReturnFields>
Enclosing interface:
StatementBuilder

The union of an in-query 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