接口 PropExpression.Str
- 所有超级接口:
ComparableExpression<String>,Expression<String>,PropExpression<String>,Selection<String>,StringExpression
- 封闭接口:
PropExpression<T>
-
嵌套类概要
从接口继承的嵌套类/接口 org.babyfish.jimmer.sql.ast.Expression
Expression.AnyFactory, Expression.ComparableFactory, Expression.NumericFactory, Expression.StringFactory从接口继承的嵌套类/接口 org.babyfish.jimmer.sql.ast.PropExpression
PropExpression.Cmp<T extends Comparable<?>>, PropExpression.Embedded<T>, PropExpression.Num<N extends Number & Comparable<N>>, PropExpression.Str -
方法概要
修饰符和类型方法说明@NotNull StringExpression@NotNull StringExpressioncoalesce(Expression<String> defaultExpr) @NotNull CoalesceBuilder.Str从接口继承的方法 org.babyfish.jimmer.sql.ast.ComparableExpression
between, between, betweenIf, betweenIf, ge, ge, geIf, geIf, gt, gt, gtIf, gtIf, le, le, leIf, leIf, lt, lt, ltIf, ltIf, notBetween, notBetween, notBetweenIf, notBetweenIf从接口继承的方法 org.babyfish.jimmer.sql.ast.Expression
asc, count, count, desc, eq, eq, eqIf, eqIf, in, in, inIf, inIf, inIf, inIf, isNotNull, isNull, ne, ne, neIf, neIf, notIn, notIn, notInIf, notInIf, notInIf, notInIf, nullableIn, nullableInIf, nullableInIf, nullableNotIn, nullableNotInIf, nullableNotInIf
-
方法详细资料
-
coalesce
- 指定者:
coalesce在接口中ComparableExpression<String>- 指定者:
coalesce在接口中Expression<String>- 指定者:
coalesce在接口中StringExpression
-
coalesce
- 指定者:
coalesce在接口中ComparableExpression<String>- 指定者:
coalesce在接口中Expression<String>- 指定者:
coalesce在接口中StringExpression
-
coalesceBuilder
@NotNull CoalesceBuilder.Str coalesceBuilder()- 指定者:
coalesceBuilder在接口中ComparableExpression<String>- 指定者:
coalesceBuilder在接口中Expression<String>- 指定者:
coalesceBuilder在接口中StringExpression
-