Interface Case.ThenClause

Enclosing class:
Case

public static interface Case.ThenClause
  • Method Details

    • then

      Case.CaseClause then​(Expression expression)
      THEN clause associated with a WHEN clause. This describes the result of the CASE if the corresponding WHEN clause matched (ie either it was a condition holding true or an Expression equal to the simple case's caseExpression).