Package com.objectsql.support
Class CaseColumn
java.lang.Object
com.objectsql.support.Column
com.objectsql.support.CaseColumn
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetConditions(Map<Condition, Object> conditions) voidsetElseValue(Object elseValue) whenThen(Expression expression, Object value) Methods inherited from class com.objectsql.support.Column
alias, all, as, as, asc, avg, between, count, desc, 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, name, notEndWith, notEqual, notExists, notIn, notLike, notStartWith, operator, operatorInFunction, setAlias, setAsName, setFieldName, setFormat, setFunction, setName, setOperatorInFunction, setQuery, setType, setValue, startWith, sum, value
-
Constructor Details
-
CaseColumn
public CaseColumn() -
CaseColumn
-
-
Method Details
-
whenThen
-
whenThen
-
elseEnd
-
getElseValue
-
setElseValue
-
getConditions
-
setConditions
-