Module org.neo4j.cypherdsl.core
Package org.neo4j.cypherdsl.core
Interface ExposesSubqueryCall.BuildableSubquery
- All Superinterfaces:
ExposesCall<StatementBuilder.OngoingInQueryCallWithoutArguments>,ExposesCreate,ExposesHints,ExposesMatch,ExposesMerge,ExposesReturning,ExposesSubqueryCall,ExposesUnwind,ExposesWhere<StatementBuilder.OngoingReadingWithWhere>,ExposesWith,StatementBuilder.BuildableStatement<Statement>,StatementBuilder.ExposesDelete,StatementBuilder.ExposesExistentialSubqueryCall,StatementBuilder.ExposesSet,StatementBuilder.ExposesSetAndRemove,StatementBuilder.ExposesUpdatingClause,StatementBuilder.OngoingReading,StatementBuilder.OngoingReadingWithoutWhere
- Enclosing interface:
- ExposesSubqueryCall
public static interface ExposesSubqueryCall.BuildableSubquery
extends StatementBuilder.OngoingReadingWithoutWhere, StatementBuilder.BuildableStatement<Statement>
Subqueries can be valid without any further return statement (i.e when the subquery is a void (unit)
one, meaning it doesn't yield or return its results. The Cypher-DSL doesn't do any checking here, so please be
careful when using that construct.
- Since:
- 2022.3.0
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.neo4j.cypherdsl.core.ExposesCall
ExposesCall.AsFunction, ExposesCall.ExposesWithArgs<T>, ExposesCall.ExposesYield<T>Nested classes/interfaces inherited from interface org.neo4j.cypherdsl.core.ExposesSubqueryCall
ExposesSubqueryCall.BuildableSubquery -
Method Summary
Methods inherited from interface org.neo4j.cypherdsl.core.ExposesCall
callMethods inherited from interface org.neo4j.cypherdsl.core.ExposesCreate
create, createMethods inherited from interface org.neo4j.cypherdsl.core.ExposesHints
usingIndex, usingIndexSeek, usingJoinOn, usingJoinOn, usingScanMethods inherited from interface org.neo4j.cypherdsl.core.ExposesMatch
match, match, match, optionalMatch, optionalMatchMethods inherited from interface org.neo4j.cypherdsl.core.ExposesMerge
mergeMethods 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, callInTransactionsMethods inherited from interface org.neo4j.cypherdsl.core.ExposesUnwind
unwind, unwind, unwindMethods 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, profileMethods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.ExposesDelete
delete, delete, delete, delete, detachDelete, detachDelete, detachDelete, detachDeleteMethods inherited from interface org.neo4j.cypherdsl.core.StatementBuilder.ExposesExistentialSubqueryCall
asCondition