Package org.neo4j.cypherdsl.core
Interface StatementBuilder.OngoingInQueryCallWithReturnFields
-
- All Superinterfaces:
ExposesMatch,ExposesReturning,ExposesSubqueryCall,ExposesWhere,StatementBuilder.ExposesWith
- Enclosing interface:
- StatementBuilder
public static interface StatementBuilder.OngoingInQueryCallWithReturnFields extends ExposesMatch, ExposesWhere, ExposesReturning, StatementBuilder.ExposesWith, ExposesSubqueryCall
An in-query call exposing where and return clauses.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.neo4j.cypherdsl.core.ExposesSubqueryCall
ExposesSubqueryCall.BuildableSubquery
-
-
Method Summary
-
Methods inherited from interface org.neo4j.cypherdsl.core.ExposesMatch
match, match, match, optionalMatch, optionalMatch
-
Methods inherited from interface org.neo4j.cypherdsl.core.ExposesReturning
returning, returning, returning, returning, returningDistinct, returningDistinct, returningDistinct, returningDistinct, returningRaw
-
Methods inherited from interface org.neo4j.cypherdsl.core.ExposesSubqueryCall
call, call, call, callInTransactions, callInTransactions, callInTransactions, callInTransactions, callInTransactions, callInTransactions
-
Methods inherited from interface org.neo4j.cypherdsl.core.ExposesWhere
where, where
-
Methods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.ExposesWith
with, with, with, with, with, with, with, withDistinct, withDistinct, withDistinct, withDistinct, withDistinct, withDistinct, withDistinct
-
-