Package org.neo4j.cypherdsl.core
Interface StatementBuilder.OngoingStandaloneCallWithoutArguments
-
- All Superinterfaces:
ExposesCall.AsFunction,ExposesCall.ExposesWithArgs<StatementBuilder.OngoingStandaloneCallWithArguments>,ExposesCall.ExposesYield<StatementBuilder.OngoingStandaloneCallWithReturnFields>,StatementBuilder.BuildableStatement<Statement>
- Enclosing interface:
- StatementBuilder
public static interface StatementBuilder.OngoingStandaloneCallWithoutArguments extends StatementBuilder.BuildableStatement<Statement>, ExposesCall.ExposesWithArgs<StatementBuilder.OngoingStandaloneCallWithArguments>, ExposesCall.ExposesYield<StatementBuilder.OngoingStandaloneCallWithReturnFields>, ExposesCall.AsFunction
The union of a buildable statement and call exposing new arguments and yields.
-
-
Method Summary
-
Methods inherited from interface org.neo4j.cypherdsl.core.ExposesCall.AsFunction
asFunction, asFunction
-
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
-
Methods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.BuildableStatement
build, explain, profile
-
-