T
- The builder type that is returned on terminal operationspublic interface CaseWhenBuilder<T> extends CaseWhenStarterBuilder<T>
Modifier and Type | Method and Description |
---|---|
T |
otherwise(Object value)
Adds the given else parameter value to the case when builder.
|
T |
otherwiseExpression(String elseExpression)
Adds the given else expression to the case when builder.
|
when, whenAnd, whenExists, whenNotExists, whenOr, whenSubquery, whenSubquery
Copyright © 2015 Blazebit. All Rights Reserved.