Package org.neo4j.cypherdsl.core
Interface StatementBuilder.OngoingInQueryCallWithoutArguments
-
- All Superinterfaces:
ExposesCall.ExposesWithArgs<StatementBuilder.OngoingInQueryCallWithArguments>,ExposesCall.ExposesYield<StatementBuilder.OngoingInQueryCallWithReturnFields>
- Enclosing interface:
- StatementBuilder
public static interface StatementBuilder.OngoingInQueryCallWithoutArguments extends ExposesCall.ExposesWithArgs<StatementBuilder.OngoingInQueryCallWithArguments>, ExposesCall.ExposesYield<StatementBuilder.OngoingInQueryCallWithReturnFields>
The union of an in-query call exposing new arguments and yields.
-
-
Method Summary
-
Methods inherited from interface org.neo4j.cypherdsl.core.ExposesCall.ExposesWithArgs
withArgs
-
Methods inherited from interface org.neo4j.cypherdsl.core.ExposesCall.ExposesYield
yield, yield, yield, yield
-
-