The single database operation the introspection needs: run a set of named queries and return the rows of each.
- Implementers
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- 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
-
query(
Map< String, String> queries) → Future<Map< String, List< >Map< >String, dynamic> > -
Runs every SQL statement in
queriesand returns its rows, as column name to value maps, under the same key. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited