RowIterator class abstract

Implemented types
Implementers

Constructors

RowIterator()

Properties

hashCode int
The hash code for this object.
no setterinherited
isClosed bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future
inherited
getBoolValue(int index) bool?
getDateTimeValue(int index) DateTime?
getDecimalValue(int index) → Decimal?
getDoubleValue(int index) double?
getIntegerValue(int index) int?
getNumValue(int index) num?
getStringValue(int index) String?
next() Future<bool>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rawNext() → dynamic
inherited
toString() String
A string representation of this object.
inherited

Operators

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