类 ConfigurableTypedSubQueryImpl<R>
java.lang.Object
org.babyfish.jimmer.sql.ast.impl.query.ConfigurableTypedSubQueryImpl<R>
- 所有已实现的接口:
Expression<R>,Ast,ExpressionImplementor<R>,ConfigurableTypedSubQuery<R>,TypedSubQuery<R>,Selection<R>
public class ConfigurableTypedSubQueryImpl<R>
extends Object
implements ConfigurableTypedSubQuery<R>, ExpressionImplementor<R>
-
嵌套类概要
从接口继承的嵌套类/接口 org.babyfish.jimmer.sql.ast.Expression
Expression.AnyFactory, Expression.ComparableFactory, Expression.NumericFactory, Expression.StringFactory -
方法概要
-
方法详细资料
-
getType
- 指定者:
getType在接口中ExpressionImplementor<R>
-
getBaseQuery
-
limit
- 指定者:
limit在接口中ConfigurableTypedSubQuery<R>
-
distinct
- 指定者:
distinct在接口中ConfigurableTypedSubQuery<R>
-
all
- 指定者:
all在接口中TypedSubQuery<R>
-
any
- 指定者:
any在接口中TypedSubQuery<R>
-
exists
- 指定者:
exists在接口中TypedSubQuery<R>
-
notExists
- 指定者:
notExists在接口中TypedSubQuery<R>
-
accept
-
renderTo
-
precedence
public int precedence()- 指定者:
precedence在接口中ExpressionImplementor<R>
-
getData
public org.babyfish.jimmer.sql.ast.impl.query.TypedQueryData getData() -
getSelections
-