ResultSetStats class

Additional statistics about a ResultSet or PartialResultSet.

Constructors

ResultSetStats({QueryPlan? queryPlan, Map<String, Object?>? queryStats, String? rowCountExact, String? rowCountLowerBound})
ResultSetStats.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
queryPlan QueryPlan?
QueryPlan for the query associated with this result.
getter/setter pair
queryStats Map<String, Object?>?
Aggregated statistics from the execution of the query.
getter/setter pair
rowCountExact String?
Standard DML returns an exact count of rows that were modified.
getter/setter pair
rowCountLowerBound String?
Partitioned DML does not offer exactly-once semantics, so it returns a lower bound of the rows modified.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited