Rows<T> class

A result when execute a select query.

Implemented types

Properties

columnCount int
return the number of column in result set from select query.
no setter
columns List<String>
return a list of column available in the result set from select query.
no setter
current → T
return current row in the result set.
no setteroverride
declarationTypes List<String?>
return a list of declaration type correspond to each column in result set.
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
Close current cursor.
moveNext() bool
move cursor to the next row.
override
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