Uses of Interface
org.neo4j.cypherdsl.core.Case
-
Packages that use Case Package Description org.neo4j.cypherdsl.core Contains an internal DSL for creating Cypher. -
-
Uses of Case in org.neo4j.cypherdsl.core
Subinterfaces of Case in org.neo4j.cypherdsl.core Modifier and Type Interface Description static interfaceCase.CaseEndingSpecification for a renderable, complete CASE statementstatic interfaceCase.GenericCaseExtension of theCaseinterface to support generic case.static interfaceCase.SimpleCaseExtension theCaseinterface to support simple case with an initial expression / condition.Methods in org.neo4j.cypherdsl.core that return Case Modifier and Type Method Description static @NotNull CaseCypher. caseExpression()static @NotNull CaseCypher. caseExpression(@Nullable Expression expression)static CaseCase. create(@Nullable Expression expression)@NotNull CaseCase.CaseEnding. elseDefault(Expression defaultExpression)Ends this case expression with a default expression to evaluate.
-