Package org.neo4j.cypherdsl.core
Interface StatementBuilder.ExposesExistentialSubqueryCall
-
- All Known Subinterfaces:
StatementBuilder.OngoingReadingWithoutWhere,StatementBuilder.OngoingReadingWithWhere
- Enclosing interface:
- StatementBuilder
public static interface StatementBuilder.ExposesExistentialSubqueryCallA shared marker interface for things that can be turned into a subquery to be used inside the WHERE clause.- Since:
- 2020.1.2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ConditionasCondition()This can be used against a 4.x database to turn this ongoing match statement into a condition to be used in an existential subquery.
-
-
-
Method Detail
-
asCondition
@Neo4jVersion(minimum="4.0.0") Condition asCondition()
This can be used against a 4.x database to turn this ongoing match statement into a condition to be used in an existential subquery.- Returns:
- An existential subquery.
- Neo4j version required
- 4.0.0
-
-