Uses of Interface
org.neo4j.cypherdsl.core.Case.OngoingWhenThen
-
Packages that use Case.OngoingWhenThen Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of Case.OngoingWhenThen in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return Case.OngoingWhenThen Modifier and Type Method Description @NotNull Case.OngoingWhenThenCase.CaseEnding. when(Expression expression)Adds a newWHENblock.@NotNull Case.OngoingWhenThenCase. when(Expression nextExpression)Creates a new case/when expression with an additionalWHENblock.
-