public interface Functional<V>
Modifier and Type | Method and Description |
---|---|
Abs<V> |
abs() |
OrderingExpression<V> |
asc() |
Avg<V> |
avg() |
OrderingExpression<V> |
desc() |
Function<V> |
function(String name) |
Lower<V> |
lower() |
Max<V> |
max() |
Min<V> |
min() |
Round<V> |
round() |
Round<V> |
round(int decimals) |
Substr<V> |
substr(int offset,
int length) |
Sum<V> |
sum() |
Trim<V> |
trim() |
Trim<V> |
trim(String chars) |
Upper<V> |
upper() |
OrderingExpression<V> asc()
OrderingExpression<V> desc()