Package org.neo4j.cypherdsl.core
Class Where
- java.lang.Object
-
- org.neo4j.cypherdsl.core.Where
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(Visitor visitor)static @Nullable Wherefrom(@Nullable Expression optionalWhere)Creates a new WHERE
-
-
-
Method Detail
-
from
@Nullable public static @Nullable Where from(@Nullable @Nullable Expression optionalWhere)
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
-
-