ExpressionIsFalse class final
SQL Expression using IS FALSE.
Collapsing Expr<bool?> to Expr<bool> by interpreting NULL as TRUE.
- Inheritance
-
- Object
- Expr<
bool> - SingleValueExpr<
bool> - ExpressionIsFalse
- Available extensions
Constructors
-
ExpressionIsFalse(Expr<
bool?> value)
Properties
Methods
-
and<
R extends bool?> (Expr< R> other) → Expr<R> -
Available on Expr<
Logical AND.bool> , provided by the ExpressionBool extension -
asInt(
) → Expr< int> -
Available on Expr<
Cast as integer.bool> , provided by the ExpressionBool extension -
equals(
Expr< bool?> other) → Expr<bool?> -
Available on Expr<
Compare this expression tobool> , provided by the ExpressionBool extensionotherusing=in SQL. -
equalsValue(
bool? other) → Expr< bool?> -
Available on Expr<
Compare this expression tobool> , provided by the ExpressionBool extensionotherusing=in SQL. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
not(
) → Expr< bool> -
Available on Expr<
Negate this expression.bool> , provided by the ExpressionBool extension -
notEquals(
Expr< bool> other) → Expr<bool> -
Available on Expr<
Compare this expression tobool> , provided by the ExpressionBool extensionotherusing<>in SQL. -
notEqualsValue(
bool other) → Expr< bool> -
Available on Expr<
Compare this expression tobool> , provided by the ExpressionBool extensionotherusing<>in SQL. -
or<
R extends bool?> (Expr< R> other) → Expr<R> -
Available on Expr<
Logical OR.bool> , provided by the ExpressionBool extension -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator &(
Expr< bool> other) → Expr<bool> -
Available on Expr<
Logical AND.bool> , provided by the ExpressionBool extension -
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator |(
Expr< bool> other) → Expr<bool> -
Available on Expr<
Logical OR.bool> , provided by the ExpressionBool extension -
operator ~(
) → Expr< bool> -
Available on Expr<
Negate this expression.bool> , provided by the ExpressionBool extension