接口 ComparableExpression<T extends Comparable<?>>
- 所有超级接口:
Expression<T>,Selection<T>
- 所有已知子接口:
PropExpression.Cmp<T>,PropExpression.Str,StringExpression
-
嵌套类概要
从接口继承的嵌套类/接口 org.babyfish.jimmer.sql.ast.Expression
Expression.AnyFactory, Expression.ComparableFactory, Expression.NumericFactory, Expression.StringFactory -
方法概要
修饰符和类型方法说明between(Expression<T> min, Expression<T> max) coalesce(Expression<T> defaultExpr) ge(Expression<T> other) gt(Expression<T> other) le(Expression<T> other) lt(Expression<T> other) notBetween(Expression<T> min, Expression<T> max) notBetween(T min, T max)
-
方法详细资料
-
lt
-
lt
-
le
-
le
-
gt
-
gt
-
ge
-
ge
-
between
-
between
-
notBetween
-
notBetween
-
coalesce
- 指定者:
coalesce在接口中Expression<T extends Comparable<?>>
-
coalesce
- 指定者:
coalesce在接口中Expression<T extends Comparable<?>>
-
coalesceBuilder
CoalesceBuilder.Cmp<T> coalesceBuilder()- 指定者:
coalesceBuilder在接口中Expression<T extends Comparable<?>>
-