java.lang.Object
org.neo4j.cypherdsl.core.Where
- All Implemented Interfaces:
Visitable
Roughly corresponding to Where.
- Since:
- 1.0
- Author:
- Michael J. Simons
-
Method Summary
-
Method Details
-
from
Creates a new WHERE- Parameters:
optionalWhere- An optional expression that must be usable"as condition".- Returns:
- A WHERE expression or null when
optionalWherehas been NULL - Since:
- 2022.0.0
-
accept
Description copied from interface:Visitable
-