Package org.neo4j.cypherdsl.core
Interface ProcedureCall.OngoingInQueryCallWithReturnFields
-
- All Superinterfaces:
ExposesReturning,ExposesWhere
- Enclosing class:
- ProcedureCall
public static interface ProcedureCall.OngoingInQueryCallWithReturnFields extends ExposesWhere, ExposesReturning
An in-query call 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
-
-