Rows<T> class
abstract
Rows is the result of a SELECT query's execution.
- Implemented types
-
- Iterator<
T>
- Iterator<
Constructors
- Rows()
Properties
- columnCount → int
-
The number of column in the query result.
no setter
-
columns
→ List<
String> -
The names of the columns in query result.
no setter
- current → T
-
The current element.
no setterinherited
-
declarationTypes
→ List<
String?> -
The declaration type of each column in the result.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
close(
) → void - closes the rows iterator.
-
moveNext(
) → bool -
Advances the iterator to the next element of the iteration.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited