接口 NumericExpression<N extends Number & Comparable<N>>
- 所有超级接口:
ComparableExpression<N>,Expression<N>,Selection<N>
- 所有已知子接口:
PropExpression.Num<N>
public interface NumericExpression<N extends Number & Comparable<N>>
extends ComparableExpression<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) notBetween(N min, N max) notBetween(Expression<N> min, Expression<N> max) 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在接口中ComparableExpression<N extends Number & Comparable<N>>
-
lt
- 指定者:
lt在接口中ComparableExpression<N extends Number & Comparable<N>>
-
le
- 指定者:
le在接口中ComparableExpression<N extends Number & Comparable<N>>
-
le
- 指定者:
le在接口中ComparableExpression<N extends Number & Comparable<N>>
-
gt
- 指定者:
gt在接口中ComparableExpression<N extends Number & Comparable<N>>
-
gt
- 指定者:
gt在接口中ComparableExpression<N extends Number & Comparable<N>>
-
ge
- 指定者:
ge在接口中ComparableExpression<N extends Number & Comparable<N>>
-
ge
- 指定者:
ge在接口中ComparableExpression<N extends Number & Comparable<N>>
-
between
- 指定者:
between在接口中ComparableExpression<N extends Number & Comparable<N>>
-
between
- 指定者:
between在接口中ComparableExpression<N extends Number & Comparable<N>>
-
notBetween
- 指定者:
notBetween在接口中ComparableExpression<N extends Number & Comparable<N>>
-
notBetween
- 指定者:
notBetween在接口中ComparableExpression<N extends Number & Comparable<N>>
-
sum
NumericExpression<N> sum() -
min
NumericExpression<N> min() -
max
NumericExpression<N> max() -
avg
NumericExpression<BigDecimal> avg() -
coalesce
- 指定者:
coalesce在接口中ComparableExpression<N extends Number & Comparable<N>>- 指定者:
coalesce在接口中Expression<N extends Number & Comparable<N>>
-
coalesce
- 指定者:
coalesce在接口中ComparableExpression<N extends Number & Comparable<N>>- 指定者:
coalesce在接口中Expression<N extends Number & Comparable<N>>
-
coalesceBuilder
CoalesceBuilder.Num<N> coalesceBuilder()- 指定者:
coalesceBuilder在接口中ComparableExpression<N extends Number & Comparable<N>>- 指定者:
coalesceBuilder在接口中Expression<N extends Number & Comparable<N>>
-