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 statement.static 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 CaseCypher.caseExpression()Returns generic case expression start.static CaseCypher.caseExpression(Expression expression) Starts building a CASE expression.static CaseCase.create(Expression expression) Creates a newCaseExpression.Case.CaseEnding.elseDefault(Expression defaultExpression) Ends this case expression with a default expression to evaluate.