Package org.neo4j.cypherdsl.core
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StatementBuilder.VoidCallwithoutResults()Turn this call into a void call to continue with querying-
Methods inherited from interface org.neo4j.cypherdsl.core.ExposesCall.ExposesYield
yield, yield, yield, yield
-
-
-
-
Method Detail
-
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
-
-