AbstractFunctionDTO
Marker interface for any FunctionDTO.
Sub Types
Sub Type
Description
Sub Type Property: "_type"
FunctionDTO that represents the following internal functions:
- EqualFunction (operator=EQUAL)
- UnEqualFunction (operator=NOT_EQUAL)
- GreaterFunction (operator=GREATER)
- SmallerFunction (operator=LESS)
- EqualGreaterFunction (operator=GREATER_EQUAL)
- EqualLessFunction (operator=LESS_EQUAL)
Operator
FunctionDTO that represents the following internal functions:
- InFunction
- NotInFunction (not=true)
In
FunctionDTO that represents the following internal functions:
- ContainsFunction (operator=CONTAINS)
- NotContainsFunction (operator=CONTAINS, not=true)
- LikeFunction (operator=STARTS_WITH)
- NotLikeFunction (operator=STARTS_WITH, not=true)
- EndWithFunction (operator=END_WITH)
- NotEndWithFunction (operator=END_WITH, not=true)
Wildcard
FunctionDTO that represents the following internal functions:
- BetweenFunction
- NotBetweeenFunction (not=true)
Between
FunctionDTO that represents the following internal functions:
- IsNullFunction
- IsNotNullFunction (not=true)
IsNull
FunctionDTO that represents the following internal functions:
- CountFunction (operator=COUNT)
- SumFunction (operator=SUM)
Aggregate
FunctionDTO that represents the following internal functions:
- IsFavoriteFunction
IsFavorite
FunctionDTO that represents the following internal functions:
- NoConditionFunction
NoCondition
FunctionDTO that represents the following internal functions:
- SubstringBetweenFunction
SubstringBetween
FunctionDTO that represents the internal DBWherePartFunction
DBWherePartFunction
FunctionDTO that represents the following internal functions:
- UnionEqualFunction
UnionEqualFunction