public static interface Case.ThenClause
Modifier and Type | Method and Description |
---|---|
Case.CaseClause |
then(Expression expression)
THEN clause associated with a
WHEN clause . |
Case.CaseClause then(Expression expression)
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).Copyright © 2015 Couchbase, Inc.