ExpressionStringContains class final
- Inheritance
- Available extensions
Constructors
-
ExpressionStringContains.new(Expr<
String> value, Expr<String> needle)
Properties
Methods
-
and(
Expr< bool> other) → Expr<bool> -
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?> value) → Expr<bool> -
Available on Expr<
Compare this expression tobool> , provided by the ExpressionBool extensionvalue
using=
in SQL coalesced toFALSE
. -
equalsValue(
bool? value) → Expr< bool> -
Available on Expr<
Compare this expression tobool> , provided by the ExpressionBool extensionvalue
using=
in SQL coalesced toFALSE
. -
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?> value) → Expr<bool> -
Available on Expr<
Compare this expression tobool> , provided by the ExpressionBool extensionvalue
using<>
in SQL. -
notEqualsValue(
bool? value) → Expr< bool> -
Available on Expr<
Compare this expression tobool> , provided by the ExpressionBool extensionvalue
using<>
in SQL. -
or(
Expr< bool> other) → Expr<bool> -
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