ExpressionStringToLowerCase class final
- Inheritance
- Available extensions
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
isEmpty
→ Expr<
bool> -
Available on Expr<
Check if the string is empty.String> , provided by the ExpressionString extensionno setter -
isNotEmpty
→ Expr<
bool> -
Available on Expr<
Check if the string is not empty.String> , provided by the ExpressionString extensionno setter -
length
→ Expr<
int> -
Available on Expr<
Get the length of the string.String> , provided by the ExpressionString extensionno setter - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
value
→ Expr<
String> -
final
Methods
-
asDouble(
) → Expr< double> -
Available on Expr<
Cast as double.String> , provided by the ExpressionString extension -
asInt(
) → Expr< int> -
Available on Expr<
Cast as integer.String> , provided by the ExpressionString extension -
contains(
Expr< String> substring) → Expr<bool> -
Available on Expr<
Check if the string containsString> , provided by the ExpressionString extensionsubstring
. -
containsValue(
String substring) → Expr< bool> -
Available on Expr<
Check if the string containsString> , provided by the ExpressionString extensionsubstring
. -
endsWith(
Expr< String> value) → Expr<bool> -
Available on Expr<
Check if the string ends withString> , provided by the ExpressionString extensionvalue
. -
endsWithValue(
String value) → Expr< bool> -
Available on Expr<
Check if the string ends withString> , provided by the ExpressionString extensionvalue
. -
equals(
Expr< String?> value) → Expr<bool> -
Available on Expr<
Compare this expression toString> , provided by the ExpressionString extensionvalue
using=
in SQL coalesced toFALSE
. -
equalsValue(
String? value) → Expr< bool> -
Available on Expr<
Compare this expression toString> , provided by the ExpressionString extensionvalue
using=
in SQL coalesced toFALSE
. -
greaterThan(
Expr< String> other) → Expr<bool> -
Available on Expr<
Check if this expression is less thanString> , provided by the ExpressionString extensionother
. -
greaterThanOrEqual(
Expr< String> other) → Expr<bool> -
Available on Expr<
Check if this expression is less thanString> , provided by the ExpressionString extensionother
. -
greaterThanOrEqualValue(
String other) → Expr< bool> -
Available on Expr<
Check if this expression is less thanString> , provided by the ExpressionString extensionother
. -
greaterThanValue(
String other) → Expr< bool> -
Available on Expr<
Check if this expression is less thanString> , provided by the ExpressionString extensionother
. -
lessThan(
Expr< String> other) → Expr<bool> -
Available on Expr<
Check if this expression is less thanString> , provided by the ExpressionString extensionother
. -
lessThanOrEqual(
Expr< String> other) → Expr<bool> -
Available on Expr<
Check if this expression is less thanString> , provided by the ExpressionString extensionother
. -
lessThanOrEqualValue(
String other) → Expr< bool> -
Available on Expr<
Check if this expression is less thanString> , provided by the ExpressionString extensionother
. -
lessThanValue(
String other) → Expr< bool> -
Available on Expr<
Check if this expression is less thanString> , provided by the ExpressionString extensionother
. -
like(
String pattern) → Expr< bool> -
Available on Expr<
Matches pattern whereString> , provided by the ExpressionString extension%
is one or more characters, and_
is one character. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notEquals(
Expr< String?> value) → Expr<bool> -
Available on Expr<
Compare this expression toString> , provided by the ExpressionString extensionvalue
using<>
in SQL. -
notEqualsValue(
String? value) → Expr< bool> -
Available on Expr<
Compare this expression toString> , provided by the ExpressionString extensionvalue
using<>
in SQL. -
startsWith(
Expr< String> value) → Expr<bool> -
Available on Expr<
Check if the string starts withString> , provided by the ExpressionString extensionvalue
. -
startsWithValue(
String value) → Expr< bool> -
Available on Expr<
Check if the string starts withString> , provided by the ExpressionString extensionvalue
. -
toLowerCase(
) → Expr< String> -
Available on Expr<
Converts the string to lower case.String> , provided by the ExpressionString extension -
toString(
) → String -
A string representation of this object.
inherited
-
toUpperCase(
) → Expr< String> -
Available on Expr<
Converts the string to upper case.String> , provided by the ExpressionString extension
Operators
-
operator <(
Expr< String> other) → Expr<bool> -
Available on Expr<
Check if this expression is less thanString> , provided by the ExpressionString extensionother
. -
operator <=(
Expr< String> other) → Expr<bool> -
Available on Expr<
Check if this expression is less thanString> , provided by the ExpressionString extensionother
. -
operator ==(
Object other) → bool -
The equality operator.
inherited
-
operator >(
Expr< String> other) → Expr<bool> -
Available on Expr<
Check if this expression is less thanString> , provided by the ExpressionString extensionother
. -
operator >=(
Expr< String> other) → Expr<bool> -
Available on Expr<
Check if this expression is less thanString> , provided by the ExpressionString extensionother
.