Package org.neo4j.cypherdsl.core
Interface StatementBuilder.OngoingStandaloneCallWithArguments
-
- All Superinterfaces:
ExposesCall.AsFunction,ExposesCall.ExposesYield<StatementBuilder.OngoingStandaloneCallWithReturnFields>,StatementBuilder.BuildableStatement<Statement>,StatementBuilder.ExposesYieldStar
- Enclosing interface:
- StatementBuilder
public static interface StatementBuilder.OngoingStandaloneCallWithArguments extends StatementBuilder.BuildableStatement<Statement>, ExposesCall.ExposesYield<StatementBuilder.OngoingStandaloneCallWithReturnFields>, ExposesCall.AsFunction, StatementBuilder.ExposesYieldStar
The union of a buildable statement and 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.AsFunction
asFunction, asFunction
-
Methods inherited from interface org.neo4j.cypherdsl.core.ExposesCall.ExposesYield
yield, yield, yield, yield
-
Methods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.BuildableStatement
build, explain, profile
-
Methods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.ExposesYieldStar
yield, yieldStar
-
-
-
-
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
-
-