Uses of Interface
org.neo4j.cypherdsl.core.Case
Packages that use Case
-
Uses of Case in org.neo4j.cypherdsl.core
Subinterfaces of Case in org.neo4j.cypherdsl.coreModifier and TypeInterfaceDescriptionstatic interfaceSpecification for a renderable, complete CASE statementstatic interfaceExtension of theCaseinterface to support generic case.static interfaceExtension theCaseinterface to support simple case with an initial expression / condition.Methods in org.neo4j.cypherdsl.core that return CaseModifier and TypeMethodDescriptionstatic @NotNull CaseCypher.caseExpression()static @NotNull CaseCypher.caseExpression(@Nullable Expression expression) static CaseCase.create(@Nullable Expression expression) Creates a newCaseExpression@NotNull CaseCase.CaseEnding.elseDefault(Expression defaultExpression) Ends this case expression with a default expression to evaluate.