Package org.neo4j.cypherdsl.core
Interface ProcedureCall.OngoingStandaloneCallWithReturnFields
-
- All Superinterfaces:
ExposesReturning,ExposesWhere,StatementBuilder.BuildableStatement
- All Known Implementing Classes:
ProcedureCall.StandaloneCallBuilder
- Enclosing class:
- ProcedureCall
public static interface ProcedureCall.OngoingStandaloneCallWithReturnFields extends StatementBuilder.BuildableStatement, ExposesWhere, ExposesReturning
A buildable statement exposing where and return clauses.
-
-
Method Summary
-
Methods inherited from interface org.neo4j.cypherdsl.core.ExposesReturning
returning, returning, returning, returningDistinct, returningDistinct, returningDistinct
-
Methods inherited from interface org.neo4j.cypherdsl.core.ExposesWhere
where, where
-
Methods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.BuildableStatement
build
-
-