PropertyQuery<T> class
Property query base.
- Implemented types
- Available extensions
Properties
- caseSensitive ↔ bool
-
Available on PropertyQuery<
Get status of the case-sensitive configuration.String> , provided by the StringPropertyQuery extensiongetter/setter pair - distinct ↔ bool
-
Available on PropertyQuery<
Get the status of "distinct-values" configuration.double> , provided by the DoublePropertyQuery extensiongetter/setter pair - distinct ↔ bool
-
Available on PropertyQuery<
Get the status of "distinct-values" configuration.int> , provided by the IntegerPropertyQuery extensiongetter/setter pair - distinct ↔ bool
-
Available on PropertyQuery<
Get the status of "distinct-values" configuration.String> , provided by the StringPropertyQuery extensiongetter/setter pair - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
average(
) → double -
Available on PropertyQuery<
Average value of the property over all objects matching the query.double> , provided by the DoublePropertyQuery extension -
average(
) → double -
Available on PropertyQuery<
Average value of the property over all objects matching the query.int> , provided by the IntegerPropertyQuery extension -
close(
) → void - Close the property query, freeing its resources
-
count(
) → int -
Available on PropertyQuery<
Returns the count of non-null values.double> , provided by the DoublePropertyQuery extension -
count(
) → int -
Available on PropertyQuery<
Returns the count of non-null values.int> , provided by the IntegerPropertyQuery extension -
count(
) → int -
Available on PropertyQuery<
Returns the count of non-null values.String> , provided by the StringPropertyQuery extension -
find(
{double? replaceNullWith}) → List< double> -
Available on PropertyQuery<
Returns values of this property matching the query.double> , provided by the DoublePropertyQuery extension -
find(
{int? replaceNullWith}) → List< int> -
Available on PropertyQuery<
Returns values of this property matching the query.int> , provided by the IntegerPropertyQuery extension -
find(
{String? replaceNullWith}) → List< String> -
Available on PropertyQuery<
Returns values of this property matching the query.String> , provided by the StringPropertyQuery extension -
max(
) → double -
Available on PropertyQuery<
Maximum value of the property over all objects matching the query.double> , provided by the DoublePropertyQuery extension -
max(
) → int -
Available on PropertyQuery<
Maximum value of the property over all objects matching the query.int> , provided by the IntegerPropertyQuery extension -
min(
) → double -
Available on PropertyQuery<
Minimum value of the property over all objects matching the query.double> , provided by the DoublePropertyQuery extension -
min(
) → int -
Available on PropertyQuery<
Minimum value of the property over all objects matching the query.int> , provided by the IntegerPropertyQuery extension -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
sum(
) → double -
Available on PropertyQuery<
Sum of all property values over objects matching the query.double> , provided by the DoublePropertyQuery extension -
sum(
) → int -
Available on PropertyQuery<
Sum of all property values over objects matching the query.int> , provided by the IntegerPropertyQuery extension -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited