Package org.neo4j.cypherdsl.core
Interface StatementBuilder.OngoingStandaloneCallWithReturnFields
-
- All Superinterfaces:
ExposesMatch,ExposesReturning,ExposesSubqueryCall,ExposesWhere,StatementBuilder.BuildableStatement<ResultStatement>,StatementBuilder.ExposesWith
- Enclosing interface:
- StatementBuilder
public static interface StatementBuilder.OngoingStandaloneCallWithReturnFields extends StatementBuilder.BuildableStatement<ResultStatement>, ExposesMatch, ExposesWhere, ExposesReturning, StatementBuilder.ExposesWith, ExposesSubqueryCall
A buildable statement exposing where and return clauses.
-
-
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
-
Methods inherited from interface org.neo4j.cypherdsl.core.ExposesWhere
where, where
-
Methods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.BuildableStatement
build, explain, profile
-
Methods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.ExposesWith
with, with, with, with, with, with, with, withDistinct, withDistinct, withDistinct, withDistinct, withDistinct, withDistinct, withDistinct
-
-