Package org.neo4j.cypherdsl.core
Class ExistentialSubquery
- java.lang.Object
-
- org.neo4j.cypherdsl.core.ExistentialSubquery
-
- All Implemented Interfaces:
Condition,Expression,Visitable
@API(status=EXPERIMENTAL, since="2020.1.2") @Neo4jVersion(minimum="4.0.0") public final class ExistentialSubquery extends java.lang.Object implements ConditionAn existential subquery can only be used in a where clause. The subquery must consisted only of a match statement which may have aWHEREclause on its own but is not not allowed to return anything.- Since:
- 2020.1.2
- Author:
- Michael J. Simons
- Neo4j version required
- 4.0.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor visitor)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.neo4j.cypherdsl.core.Expression
add, as, as, ascending, concat, contains, descending, divide, endsWith, eq, gt, gte, in, isEmpty, isEqualTo, isFalse, isNotEqualTo, isNotNull, isNull, isTrue, lt, lte, matches, matches, multiply, ne, pow, property, remainder, startsWith, subtract
-
-