T
- The builder type that is returned on terminal operationsCaseWhenStarterBuilder<T>
public interface CaseWhenBuilder<T> extends CaseWhenStarterBuilder<T>
Modifier and Type | Method | 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, whenExists, whenNotExists, whenNotExists, whenOr, whenSubqueries, whenSubquery, whenSubquery, whenSubquery, whenSubquery
Copyright © 2014–2018 Blazebit. All rights reserved.