ResultSet class

Results from Read or ExecuteSql.

Constructors

ResultSet({ResultSetMetadata? metadata, List<List<Object?>>? rows, ResultSetStats? stats})
ResultSet.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
metadata ResultSetMetadata?
Metadata about the result set, such as row type information.
getter/setter pair
rows List<List<Object?>>?
Each element in rows is a row whose format is defined by metadata.row_type.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stats ResultSetStats?
Query plan and execution statistics for the SQL statement that produced this result set.
getter/setter pair

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