Uses of Interface
com.couchbase.client.java.query.dsl.functions.Case.CaseClause
| Package | Description |
|---|---|
| com.couchbase.client.java.query.dsl.functions |
Functions are
Expressions that represent predefined utility
functions in N1QL. |
-
Uses of Case.CaseClause in com.couchbase.client.java.query.dsl.functions
Methods in com.couchbase.client.java.query.dsl.functions that return Case.CaseClause Modifier and Type Method Description Case.CaseClauseCase.ThenClause. then(Expression expression)THEN clause associated with aWHEN clause.