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