类 ExistsPredicate
java.lang.Object
org.babyfish.jimmer.sql.ast.impl.ExistsPredicate
- 所有已实现的接口:
Expression<Boolean>,Ast,ExpressionImplementor<Boolean>,PredicateImplementor,Predicate,Selection<Boolean>
-
嵌套类概要
从接口继承的嵌套类/接口 org.babyfish.jimmer.sql.ast.Expression
Expression.AnyFactory, Expression.ComparableFactory, Expression.NumericFactory, Expression.StringFactory -
方法概要
修饰符和类型方法说明voidaccept(@NotNull AstVisitor visitor) getType()not()Please usePredicate.not(Predicate)when the current predicate may be nullstatic ExistsPredicateof(MutableSubQuery subQuery, boolean negative) static ExistsPredicateof(TypedSubQuery<?> subQuery, boolean negative) intprotected voidrenderChild(Ast ast, SqlBuilder builder) voidrenderTo(@NotNull SqlBuilder builder) protected voidusingLowestPrecedence(Runnable block) 从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.babyfish.jimmer.sql.ast.impl.ExpressionImplementor
asc, coalesce, coalesce, coalesceBuilder, count, count, desc, eq, eq, in, in, isNotNull, isNull, ne, ne, notIn, notIn从接口继承的方法 org.babyfish.jimmer.sql.ast.impl.PredicateImplementor
and, or
-
方法详细资料
-
of
-
of
-
not
从接口复制的说明:PredicatePlease usePredicate.not(Predicate)when the current predicate may be null -
precedence
public int precedence() -
accept
-
renderTo
-
getType
- 指定者:
getType在接口中ExpressionImplementor<Boolean>
-
renderChild
-
usingLowestPrecedence
-