Interface StatementBuilder.OngoingInQueryCallWithArguments

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

public static interface StatementBuilder.OngoingInQueryCallWithArguments extends ExposesCall.ExposesYield<StatementBuilder.OngoingInQueryCallWithReturnFields>
The union of an in-query call exposing 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