接口 NumericExpression<N extends Number>
- 所有超级接口:
Expression<N>,Selection<N>
- 所有已知子接口:
PropExpression.Num<N>
-
嵌套类概要
从接口继承的嵌套类/接口 org.babyfish.jimmer.sql.ast.Expression
Expression.AnyFactory, Expression.ComparableFactory, Expression.NumericFactory, Expression.StringFactory -
方法概要
修饰符和类型方法说明avg()between(Expression<N> min, Expression<N> max)coalesce(Expression<N> defaultExpr)div(Expression<N> other)ge(Expression<N> other)gt(Expression<N> other)le(Expression<N> other)lt(Expression<N> other)max()min()minus(Expression<N> other)plus(Expression<N> other)rem(Expression<N> other)sum()times(Expression<N> other)
-
方法详细资料
-
plus
-
plus
-
minus
-
minus
-
times
-
times
-
div
-
div
-
rem
-
rem
-
lt
-
lt
-
le
-
le
-
gt
-
gt
-
ge
-
ge
-
between
-
between
-
sum
NumericExpression<N> sum() -
min
NumericExpression<N> min() -
max
NumericExpression<N> max() -
avg
NumericExpression<BigDecimal> avg() -
coalesce
- 指定者:
coalesce在接口中Expression<N extends Number>
-
coalesce
- 指定者:
coalesce在接口中Expression<N extends Number>
-
coalesceBuilder
CoalesceBuilder.Num<N> coalesceBuilder()- 指定者:
coalesceBuilder在接口中Expression<N extends Number>
-