Module org.neo4j.cypherdsl.core
Package org.neo4j.cypherdsl.core
Interface StatementBuilder.OngoingStandaloneCallWithReturnFields
- All Superinterfaces:
ExposesAndThen<StatementBuilder.OngoingStandaloneCallWithReturnFields,,Statement> ExposesFinish,ExposesMatch,ExposesReturning,ExposesSubqueryCall,ExposesWhere<StatementBuilder.OngoingReadingWithWhere>,ExposesWith,StatementBuilder.BuildableStatement<Statement>
- Enclosing interface:
- StatementBuilder
public static sealed interface StatementBuilder.OngoingStandaloneCallWithReturnFields
extends StatementBuilder.BuildableStatement<Statement>, ExposesMatch, ExposesWhere<StatementBuilder.OngoingReadingWithWhere>, ExposesReturning, ExposesFinish, ExposesWith, ExposesSubqueryCall, ExposesAndThen<StatementBuilder.OngoingStandaloneCallWithReturnFields,Statement>
A buildable statement 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.ExposesAndThen
andThenMethods inherited from interface org.neo4j.cypherdsl.core.ExposesFinish
finishMethods inherited from interface org.neo4j.cypherdsl.core.ExposesMatch
match, match, match, optionalMatch, optionalMatchMethods inherited from interface org.neo4j.cypherdsl.core.ExposesReturning
returning, returning, returning, returning, returningDistinct, returningDistinct, returningDistinct, returningDistinct, returningRawMethods inherited from interface org.neo4j.cypherdsl.core.ExposesSubqueryCall
call, call, call, callInTransactions, callInTransactions, callInTransactions, callInTransactions, callInTransactions, callInTransactions, callRawCypherMethods inherited from interface org.neo4j.cypherdsl.core.ExposesWhere
where, whereMethods inherited from interface org.neo4j.cypherdsl.core.ExposesWith
with, with, with, withDistinct, withDistinct, withDistinctMethods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.BuildableStatement
build, explain, profile