AvgExpression class final
- Inheritance
- Available extensions
Properties
Methods
-
add(
Expr< double> other) → Expr<double> -
Available on Expr<
Add this expression todouble> , provided by the ExpressionDouble extensionother
. -
addValue(
double other) → Expr< double> -
Available on Expr<
Add this expression todouble> , provided by the ExpressionDouble extensionother
. -
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.double> , provided by the ExpressionDouble extension -
asInt(
) → Expr< int?> -
Available on Expr<
Cast as Expr<int?> usingNull> , provided by the ExpressionNull extensionCAST(NULL AS BIGINT)
. -
asString(
) → Expr< String> -
Available on Expr<
Cast as string.double> , provided by the ExpressionDouble extension -
asString(
) → Expr< String?> -
Available on Expr<
Cast as Expr<String?> usingNull> , provided by the ExpressionNull extensionCAST(NULL AS TEXT)
. -
divide(
Expr< double> other) → Expr<double> -
Available on Expr<
Add this expression todouble> , provided by the ExpressionDouble extensionother
. -
divideValue(
double other) → Expr< double> -
Available on Expr<
Add this expression todouble> , provided by the ExpressionDouble extensionother
. -
multiply(
Expr< double> other) → Expr<double> -
Available on Expr<
Add this expression todouble> , provided by the ExpressionDouble extensionother
. -
multiplyValue(
double other) → Expr< double> -
Available on Expr<
Add this expression todouble> , provided by the ExpressionDouble extensionother
. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
subtract(
Expr< double> other) → Expr<double> -
Available on Expr<
Add this expression todouble> , provided by the ExpressionDouble extensionother
. -
subtractValue(
double other) → Expr< double> -
Available on Expr<
Add this expression todouble> , provided by the ExpressionDouble extensionother
. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator *(
Expr< double> other) → Expr<double> -
Available on Expr<
Add this expression todouble> , provided by the ExpressionDouble extensionother
. -
operator +(
Expr< double> other) → Expr<double> -
Available on Expr<
Add this expression todouble> , provided by the ExpressionDouble extensionother
. -
operator -(
Expr< double> other) → Expr<double> -
Available on Expr<
Add this expression todouble> , provided by the ExpressionDouble extensionother
. -
operator /(
Expr< double> other) → Expr<double> -
Available on Expr<
Add this expression todouble> , provided by the ExpressionDouble extensionother
. -
operator ==(
Object other) → bool -
The equality operator.
inherited