Uses of Interface
com.couchbase.client.java.query.dsl.functions.Case.CaseClause
-
Packages that use Case.CaseClause Package Description com.couchbase.client.java.query.dsl.functions Functions areExpressions
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.CaseClause
Case.ThenClause. then(Expression expression)
THEN clause associated with aWHEN clause
.
-