Class EntityFunction.UPPER
- java.lang.Object
-
- org.apache.ofbiz.entity.condition.EntityConditionBase
-
- org.apache.ofbiz.entity.condition.EntityConditionValue
-
- org.apache.ofbiz.entity.condition.EntityFunction<T>
-
- org.apache.ofbiz.entity.condition.EntityFunction.EntityFunctionSingle<java.lang.String>
-
- org.apache.ofbiz.entity.condition.EntityFunction.UPPER
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- EntityFunction<T extends java.lang.Comparable<?>>
public static class EntityFunction.UPPER extends EntityFunction.EntityFunctionSingle<java.lang.String>
Upper() entity function.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.ofbiz.entity.condition.EntityFunction
EntityFunction.EntityFunctionNested<T extends java.lang.Comparable<?>>, EntityFunction.EntityFunctionSingle<T extends java.lang.Comparable<?>>, EntityFunction.Fetcher<T>, EntityFunction.LENGTH, EntityFunction.LOWER, EntityFunction.SQLFunction, EntityFunction.TRIM, EntityFunction.UPPER
-
Nested classes/interfaces inherited from class org.apache.ofbiz.entity.condition.EntityConditionValue
EntityConditionValue.ConstantNumberValue
-
-
Field Summary
Fields Modifier and Type Field Description static EntityFunction.Fetcher<java.lang.String>
FETCHER
-
Fields inherited from class org.apache.ofbiz.entity.condition.EntityFunction
fetcher, field, function, ID_LENGTH, ID_LOWER, ID_TRIM, ID_UPPER, nested, value
-
Fields inherited from class org.apache.ofbiz.entity.condition.EntityConditionBase
_emptyMap, emptyAliases, emptyList
-
-
Method Summary
-
Methods inherited from class org.apache.ofbiz.entity.condition.EntityFunction
addSqlValue, equals, freeze, getCode, getId, getModelField, getOriginalValue, getValue, hashCode, LENGTH, LENGTH, LOWER, LOWER, setModelField, TRIM, TRIM, UPPER, UPPER, UPPER_FIELD, validateSql
-
Methods inherited from class org.apache.ofbiz.entity.condition.EntityConditionValue
addSqlValue, CONSTANT_NUMBER, getValue, toString, toString
-
Methods inherited from class org.apache.ofbiz.entity.condition.EntityConditionBase
addValue, castBoolean, equals, getColName, getColName, getColName, getField, hashCode
-
-
-
-
Field Detail
-
FETCHER
public static final EntityFunction.Fetcher<java.lang.String> FETCHER
-
-