public class CaseColumn extends Column
| 构造器和说明 |
|---|
CaseColumn() |
| 限定符和类型 | 方法和说明 |
|---|---|
CaseColumn |
elseEnd(Object value) |
Map<Condition,Object> |
getConditions() |
Object |
getElseValue() |
void |
setConditions(Map<Condition,Object> conditions) |
void |
setElseValue(Object elseValue) |
CaseColumn |
whenThen(Condition condition,
Object value) |
CaseColumn |
whenThen(Expression expression,
Object value) |
alias, all, as, avg, between, count, endWith, equal, exists, field, fieldName, format, formatValues, function, getAlias, getAsName, getFieldName, getFormat, getFunction, getName, getOperatorInFunction, getQuery, getReplace, getType, getValue, in, isEmpty, isNotEmpty, isNotNull, isNull, less, lessEqual, like, max, min, more, moreEqual, name, notEndWith, notEqual, notExists, notIn, notLike, notStartWith, operator, operatorInFunction, setAlias, setAsName, setFieldName, setFormat, setFunction, setName, setOperatorInFunction, setQuery, setType, setValue, startWith, sum, valuepublic CaseColumn whenThen(Expression expression, Object value)
public CaseColumn whenThen(Condition condition, Object value)
public CaseColumn elseEnd(Object value)
public Object getElseValue()
public void setElseValue(Object elseValue)
Copyright © 2023. All rights reserved.