ExpressionNotEquals<T extends Object> class
final
SQL Expression using <>.
- Inheritance
-
- Object
- Expr<
bool?> - SingleValueExpr<
bool?> - BinaryOperationExpression<
T?, bool?> - ExpressionNotEquals
- Available extensions
Constructors
-
ExpressionNotEquals(Expr<
T?> left, Expr<T?> right)
Properties
Methods
-
and<
R extends bool?> (Expr< R> other) → Expr<R> -
Available on Expr<
Logical AND.bool> , provided by the ExpressionBool extension -
and(
Expr< bool?> other) → Expr<bool?> -
Available on Expr<
Logical AND.bool?> , provided by the ExpressionNullableBool extension -
asBlob(
) → Expr< Uint8List?> -
Available on Expr<
Cast as Expr<Uint8List?> usingNull> , provided by the ExpressionNull extensionCAST(NULL AS BLOB). -
asBool(
) → Expr< bool?> -
Available on Expr<
Cast as Expr<bool?> usingNull> , provided by the ExpressionNull extensionCAST(NULL AS BOOLEAN). -
asDateTime(
) → Expr< DateTime?> -
Available on Expr<
Cast as Expr<DateTime?> usingNull> , provided by the ExpressionNull extensionCAST(NULL AS TIMESTAMP). -
asDouble(
) → Expr< double?> -
Available on Expr<
Cast as Expr<double?> usingNull> , provided by the ExpressionNull extensionCAST(NULL AS DOUBLE PRECISION). -
asInt(
) → Expr< int> -
Available on Expr<
Cast as integer.bool> , provided by the ExpressionBool extension -
asInt(
) → Expr< int?> -
Available on Expr<
Cast as Expr<int?> usingNull> , provided by the ExpressionNull extensionCAST(NULL AS BIGINT). -
asJsonValue(
) → Expr< JsonValue?> -
Available on Expr<
Cast as Expr<JsonValue?> usingNull> , provided by the ExpressionNull extensionCAST(NULL AS JSONB). -
asString(
) → Expr< String?> -
Available on Expr<
Cast as Expr<String?> usingNull> , provided by the ExpressionNull extensionCAST(NULL AS TEXT). -
equals(
Expr< bool?> other) → Expr<bool?> -
Available on Expr<
Compare this expression tobool> , provided by the ExpressionBool extensionotherusing=in SQL. -
equals(
Expr< bool> other) → Expr<bool?> -
Available on Expr<
Compare this expression tobool?> , provided by the ExpressionNullableBool extensionotherusing=in SQL. -
equalsUnlessNull(
Expr< bool?> other) → Expr<bool?> -
Available on Expr<
Compare this expression tobool?> , provided by the ExpressionNullableBool extensionotherusing=. -
equalsValue(
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 ExpressionNullableBool extensionotherusing=in SQL. -
isFalse(
) → Expr< bool> -
Available on Expr<
True, if this expression evaluates tobool?> , provided by the ExpressionNullableBool extensionFALSE. -
isNotDistinctFrom(
Expr< bool?> other) → Expr<bool> -
Available on Expr<
Compare this expression tobool?> , provided by the ExpressionNullableBool extensionotherusingIS NOT DISTINCT FROM. -
isNotNull(
) → Expr< bool> -
Available on Expr<
Check if this expression is notbool?> , provided by the ExpressionNullableBool extensionNULL. -
isNull(
) → Expr< bool> -
Available on Expr<
Check if this expression isbool?> , provided by the ExpressionNullableBool extensionNULL. -
isTrue(
) → Expr< bool> -
Available on Expr<
True, if this expression evaluates tobool?> , provided by the ExpressionNullableBool extensionTRUE. -
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 -
or(
Expr< bool?> other) → Expr<bool?> -
Available on Expr<
Logical OR.bool?> , provided by the ExpressionNullableBool extension -
orElse(
Expr< bool> value) → Expr<bool> -
Available on Expr<
If this expression isbool?> , provided by the ExpressionNullableBool extensionNULL, usevalueinstead. -
orElseValue(
bool value) → Expr< bool> -
Available on Expr<
If this expression isbool?> , provided by the ExpressionNullableBool extensionNULL, usevalueinstead. -
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 &(
Expr< bool?> other) → Expr<bool?> -
Available on Expr<
Logical AND.bool?> , provided by the ExpressionNullableBool 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?> other) → Expr<bool?> -
Available on Expr<
Logical OR.bool?> , provided by the ExpressionNullableBool extension -
operator ~(
) → Expr< bool> -
Available on Expr<
Negate this expression.bool> , provided by the ExpressionBool extension