接口 TypedSubQuery<R>
- 所有超级接口:
Expression<R>,Selection<R>
- 所有已知子接口:
ConfigurableSubQuery<R>
-
嵌套类概要
从接口继承的嵌套类/接口 org.babyfish.jimmer.sql.ast.Expression
Expression.AnyFactory, Expression.ComparableFactory, Expression.NumericFactory, Expression.StringFactory -
方法概要
修饰符和类型方法说明all()any()exists()intersect(TypedSubQuery<R> other) minus(TypedSubQuery<R> other) union(TypedSubQuery<R> other) unionAll(TypedSubQuery<R> other)
-
方法详细资料
-
all
Expression<R> all() -
any
Expression<R> any() -
exists
Predicate exists() -
notExists
Predicate notExists() -
union
-
unionAll
-
minus
-
intersect
-