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.ExposesForeach, StatementBuilder.ExposesSet, StatementBuilder.ExposesSetAndRemove, StatementBuilder.ExposesSetLabel<StatementBuilder.BuildableMatchAndUpdate>, 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